OnPlayerEnterCheckpoint
#1

this is the code i had with a pickup:
Код:
if(pickupid == enter)
{
SetPlayerPos(playerid, 1204.7668, -9.0050, 1000.9219);
SetPlayerInterior(playerid, 0);
}
now im trying to make the pickup a checkpoint, but i cant do something like
Код:
if(checkpointid == enter)
cause than it says it doesnt know that, how to fix this ?
Reply


Messages In This Thread
OnPlayerEnterCheckpoint - by PhantomDot1 - 21.05.2011, 13:52
Re: OnPlayerEnterCheckpoint - by Sascha - 21.05.2011, 13:54

Forum Jump:


Users browsing this thread: 1 Guest(s)