23.03.2014, 18:47
I've never used checkpoints before, but you won't get teleported into LVPD when you enter the checkpoint?
pawn Код:
public OnCheckpointEnter(playerid, checkpointid)
{
VerifyCheckpoint(playerid);
switch(checkpointid)
{
case LVPD:
{
SetPlayerPos(playerid, 238.66, 138.68, 1003.02);
SetPlayerInterior(playerid, 3);
SetPlayerVirtualWorld(playerid, 1);
return 1;
}
}
return 1;
}