16.04.2010, 03:19
I have this:
But it doesn't work,
is the problem of course... How would I do this?
pawn Код:
public OnPlayerEnterDynamicCP(playerid, checkpointid);
{
if(checkpointid = LSPDGarage)
{
SetPlayerInt(playerid, 3);
SetPlayerPos(playerid, 1480.9470,-1767.6609,18.7958);
}
return 1;
}
pawn Код:
if(checkpointid...)