Author Topic: Need help to input script  (Read 876 times)

0 Members and 1 Guest are viewing this topic.

Offline I Rawk U Dont

  • Major(1)
  • Posts: 32
  • {THC} Clan leader
    • {THC} The Hord of Chaos {THC}
Need help to input script
« on: August 12, 2008, 04:07:24 am »
I was wondering how I get a script to work in my dedicated server?

Offline chutem

  • Veteran
  • *****
  • Posts: 1119
Re: Need help to input script
« Reply #1 on: August 12, 2008, 04:14:34 am »
Wrong section.

Have you downloaded th soldatserver263.zip?
1NK3FbdNtH6jNH4dc1fzuvd4ruVdMQABvs

Offline I Rawk U Dont

  • Major(1)
  • Posts: 32
  • {THC} Clan leader
    • {THC} The Hord of Chaos {THC}
Re: Need help to input script
« Reply #2 on: August 12, 2008, 04:27:23 am »
Yes I have that. I have the server up and everything, but exactly how do I implant the script to be used in it?

Offline blackdevil0742

  • Veteran
  • *****
  • Posts: 1061
  • Don't Panic
Re: Need help to input script
« Reply #3 on: August 12, 2008, 04:38:59 am »
All you have to do is to paste a folder in the scripts folder with the script file and the include.txt.
Should look like this:
scripts\yourscript\scriptfile.pas
scripts\yourscript\include.txt <----in the file it should say "scriptfile.pas"
« Last Edit: August 12, 2008, 04:57:00 am by blackdevil0742 »

OBEY!!!

Offline chutem

  • Veteran
  • *****
  • Posts: 1119
Re: Need help to input script
« Reply #4 on: August 12, 2008, 04:41:49 am »
If the script is in .zip or .rar format, just extract it to <soldat server dir>/scripts, if it isn't then paste the .pas file into a folder in scripts, i.e. <soldat server dir>/scripts/Script1/Script1.pas

You will also need the includes.txt file, if it didn't come with one, make a new text file with the scripts name, in the example I used, the includes.txt file would contain Script1.pas

[EDIT] Grr blackdevil. At least my explanation is better than yours :D.
1NK3FbdNtH6jNH4dc1fzuvd4ruVdMQABvs

Offline blackdevil0742

  • Veteran
  • *****
  • Posts: 1061
  • Don't Panic
Re: Need help to input script
« Reply #5 on: August 12, 2008, 04:56:24 am »
I was going to do pictures in my edit!
But i don't think it'll be needed now :)

OBEY!!!

Offline I Rawk U Dont

  • Major(1)
  • Posts: 32
  • {THC} Clan leader
    • {THC} The Hord of Chaos {THC}
Re: Need help to input script
« Reply #6 on: August 12, 2008, 05:11:38 am »
Thanks Mutilator, got what I needed now! =D
Appreciate it.