06.03.2011, 16:43
Hey, I added a checkpoint:
But.....When I put other checkpoint on the OnPlayerSpawn it just appears one, Plese help.
Код:
public OnPlayerSpawn(playerid) { SetPlayerCheckpoint(playerid, 2957.0884, -1485.0145, 1.6247, 2.0); return 1; } public OnPlayerEnterCheckpoint(playerid) { ShowPlayerDialog(playerid, MainDialog, DIALOG_STYLE_LIST, " Do you want to go in the cruise?", "Yes\nNo", "Enter", "Cancel"); PlayerPlaySound(playerid,1058,0.0,0.0,0.0); }