29.06.2009, 21:47
public OnGameModeInit() i have
public OnPlayerSpawn(playerid) i have
Then i have this at the bottom of my script
But when i go into red marker nothing happens,does anyone know what im doing wrong?
I want someone to enter checkpoint and end up inside the ammunation
Код:
CreateObject(18552, -1981.885986, 881.869263, 44.190384, 0.0000, 0.0000, 269.7592);
Код:
SetPlayerCheckpoint(playerid, -1990.0458,884.0585,45.2031, 3.0);
Код:
public OnPlayerEnterCheckpoint(playerid) { SetPlayerPos(playerid,286.148986,-40.644397,1001.515625); SetPlayerInterior(playerid, 1); return 1; }
I want someone to enter checkpoint and end up inside the ammunation