17.04.2009, 03:43
It was cool having 1337 posts but now I gotta help :P
Just do it like that how huntr said.
pawn Код:
public Exrace2Start ()
{
for(new i=0; i<MAX_PLAYERS; i++)
{
if (PlayerToPoint(9.0, i, -3159.6648,-804.7092,10.4532))
{
print("Exrace2Start");
GameTextForAll("~g~The Race Will Now Be Starting",3000,3);
KillTimer(StartCheck);
KillTimer (RestartRace);
KillTimer (MasterReset);
KillTimer(EnableMasterReset5);
SetTimer("StartCountDown", 4000, 0);
StartInTheLead1 = SetTimer("InTheLead1",200, 1);
EnableMasterReset1 = SetTimer("RaceReset",120000 , 0);
return 1;
}
}
return 1;
}