SA-MP Forums Archive
Need help with this - 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)
+--- Thread: Need help with this (/showthread.php?tid=522410)



Need help with this - killing - 27.06.2014

i am using karagons Cnr game mod . When i rob stores , the robbery dosent have time i want 25 seconds to be added while robbing 25 seconds to finish robbery pls how to do this ?


Re: Need help with this - Dziugsas - 27.06.2014

Umm...edit the timers maybe?


Re: Need help with this - AiRaLoKa - 27.06.2014

remeber, it's in milisecond. not in second.
so in the timer should be

pawn Код:
SetTimer("rob", 25000, the rest....



Re: Need help with this - killing - 28.06.2014

Код:
D:\TDm 2.0\WHOLE FOLDER OF NVCNR\gamemodes\1.2.pwn(1021) : error 001: expected token: ";", but found "-identifier-"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: Need help with this - AiRaLoKa - 28.06.2014



pawn Код:
SetTimerEx("rob", 25000, false, "i", playerid);