03.06.2009, 05:52
It goes in the place thats going to trigger the even to beable to start
Example:
if you wanted it to start when some one spawns you would do
Example:
if you wanted it to start when some one spawns you would do
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerRaceCheckpoint(playerid,1,-1644.5199,-204.8154,14.1484,-419.6383,2456.2178,45.0368,10.0);
return 1;
}