12.03.2015, 15:14
Then if i want to continue like i want 7 cp's that time?
Then i must type like this?
Then i must type like this?
Quote:
|
SetPlayerRaceCheckpoint(playerid, 0, 100, 110, 15, 120, 140, 16, 5); // Set a race checkpoint where-ever public OnPlayerEnterRaceCheckpoint(playerid) { if(IsPlayerInRangeOfPoint(playerid, 100, 110, 15) // Use the same coordinates as the race checkpoint was created at { // The player was in that checkpoint we created, set the next one here SetPlayerRaceCheckpoint(playerid , [floatx] , [floaty] , [floatz]? } return 1; } |

