20.06.2016, 20:14
Quote:
Where should I create the Checkpoints and also should they be local or global in this case?
|
Код:
for(new c = 0; c < 7; c++) { TogglePlayerDynamicCP(playerid, CheckPoint_1, 0); // hide CP 1 TogglePlayerDynamicCP(playerid, CheckPoint_2, 1); // show CP 2 DrivingCheck[playerid][c] = -1; }