SA-MP Forums Archive
how to try my script if i end it - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: how to try my script if i end it (/showthread.php?tid=202712)



how to try my script if i end it - abubaker98 - 24.12.2010

Hi i need to know how i can try my script .
and i made it like this

1-i open pawno>file>new
2-i wrote the codes
3- i safe it

now i made the script or i forgot somethink ?

thank you

abubaker98


Re: how to try my script if i end it - trapped1 - 24.12.2010

1st. you one make gamemode or filescript?
2nd. Just if you want new one you need to delete all things about filesript s**t..
3rd. If it's filescript then just debug it only delete OngamemodInt..

But the script will be blink...


Re: how to try my script if i end it - PowerPC603 - 24.12.2010

Have you saved it as a gamemode or filterscript?
Either way, you'll need to add it to server.cfg.
Код:
gamemode0 PPC_Trucking 1
filterscripts gl_realtime gl_actions
These lines indicate gamemode "PPC_Trucking" is started, along with filterscripts "gl_realtime" and "gl_actions".
Replace the names by your own names.


Re: how to try my script if i end it - abubaker98 - 24.12.2010

i saved it as a filterscript