Somebody help me please?
#1

public OnGameModeInit() i have
Код:
CreateObject(18552, -1981.885986, 881.869263, 44.190384, 0.0000, 0.0000, 269.7592);
public OnPlayerSpawn(playerid) i have
Код:
SetPlayerCheckpoint(playerid, -1990.0458,884.0585,45.2031, 3.0);
Then i have this at the bottom of my script
Код:
public OnPlayerEnterCheckpoint(playerid)
{
  SetPlayerPos(playerid,286.148986,-40.644397,1001.515625);
  SetPlayerInterior(playerid, 1);
  return 1;
}
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
Reply


Messages In This Thread
Somebody help me please? - by Mr_Finnigan - 29.06.2009, 21:47
Re: Somebody help me please? - by Ignas1337 - 29.06.2009, 21:50
Re: Somebody help me please? - by Mr_Finnigan - 29.06.2009, 22:16

Forum Jump:


Users browsing this thread: 1 Guest(s)