11.04.2013, 05:34
PHP код:
case 15, 10: // this is original case but i cant use 2 funtion on it .
{
if(RaceStarted == 0)
{
RaceTime--;
if(JoinCount <= 0)
{
SendClientMessageToAll(RED, "[RACE]: New race \"%d\" is active!",RaceName);
}
}
case 20,25: // i created this other casue but did'nt work
{
if(joinCount <== 1)
{
RaceTime++;
new string[128];
format(string, sizeof(string), "[RACE]: Still \"%d\" seconds till \"%s\"race starts (/race)", CountAmount, RaceName);
SendClientMessageToAll(GREEN, string);
}
}
return CountAmount--;
}