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

