Need help with this
#1

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 ?
Reply
#2

Umm...edit the timers maybe?
Reply
#3

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

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

Код:
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.
Reply
#5



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


Forum Jump:


Users browsing this thread: 1 Guest(s)