14.02.2014, 08:47
Hey guyS ... Well i donwloaded rRace sytem for my server i works perfect.but i tried to add this function
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
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 .
PHP код:
if(JoinCount == 1)
{
CountTimer = SetTimer("CountTillRace", 999, 1);
}
PHP код:
Still %d second Untill race Start.