01.08.2013, 18:23
HEllo how to add in here:
(not working)
But how to make to each checkpoint this?(like 1st Cp does) ?
Код:
public OnPlayerEnterRaceCheckpoint(playerid) { if(Ccp[0] == 0) SetPlayerRaceCheckpoint(playerid,0,-227.0522,1272.1940,26.6959,-342.3507,1246.0431,30.3559,5); if(Ccp1[0] == 0) SetPlayerRaceCheckpoint(playerid,0,-342.3507,1246.0431,30.3559,-651.5706,1178.7046,27.9706,5); return 1; }
But how to make to each checkpoint this?(like 1st Cp does) ?