SA-MP Forums Archive
This funCtion Should but Dont Work. - 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: This funCtion Should but Dont Work. (/showthread.php?tid=494636)



This funCtion Should but Dont Work. - M3mPHi$_S3 - 14.02.2014

Hey guyS ... Well i donwloaded rRace sytem for my server i works perfect.but i tried to add this function

PHP код:
if(JoinCount == 1)
    {
    
        
CountTimer SetTimer("CountTillRace"9991);
    } 
Useally this Countimer start automatically when a autorace loeds but i want it that if 1 player joins the race then it should start counting like

PHP код:
Still %d second Untill race Start
I want That if 1 player joins THEN THEN it should start counting else not but this function which i tried is not working so please help me .


Re: This funCtion Should but Dont Work. - Beckett - 14.02.2014

Use GetTickCount.


Re: This funCtion Should but Dont Work. - M3mPHi$_S3 - 14.02.2014

GetTickCount .. How ?
in place Of JoinCounts ?