SA-MP Forums Archive
Winning after the time is finished - 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: Winning after the time is finished (/showthread.php?tid=418339)



Winning after the time is finished - DarkB0y - 24.02.2013

Well i have reaction test in my gm but when the time of reaction finished the player still winning
i'm using RyDeR` Reaction test http://pastebin.com/5f0pjpWB


Re: Winning after the time is finished - Misiur - 24.02.2013

pawn Код:
//in xReactionProgress function
xReactionTimer = SetTimer("xReactionTest", TIME, 1);
//add nearby
xTestBusy = false;



Re: Winning after the time is finished - DaRk_RaiN - 24.02.2013

Use a variable.