Help on creating a checkpoint
#2

pawn Код:
public OnPlayerSpawn(playerid)
{                                            //3.0 is the size of the checkpoint
    SetPlayerCheckpoint(playerid, 1365.3500,-1279.0601,13.5469 , 3.0);
    return 1;
}
 
public OnPlayerEnterCheckpoint(playerid)
{
    SpawnPlayer(playerid);
    return 1;
}
Reply


Messages In This Thread
Help on creating a checkpoint - by Super_Panda - 26.10.2011, 21:00
Re: Help on creating a checkpoint - by jaydon - 26.10.2011, 21:08
Respuesta: Help on creating a checkpoint - by Super_Panda - 26.10.2011, 21:31
Re: Help on creating a checkpoint - by CyNiC - 27.10.2011, 00:57

Forum Jump:


Users browsing this thread: 1 Guest(s)