10.08.2012, 11:24
Hi there!
Just wondering what the issue was with this
Doesn't seem to be working.
Just wondering what the issue was with this
Код:
public OnPlayerEnterCheckpoint(playerid)
{
if(GetPlayerWantedLevel(playerid) >= 1)
}
SetPlayerWantedLevel(playerid, 0);
SetPlayerInterior(playerid, 10);
SetPlayerPos(playerid,263.9106,77.6354,1001.0391);
{
else
}
SendClientMessage(playerid, 0xFFFF00C8, "- - - - Los Santos Police Department - - - - ");
SendClientMessage(playerid, 0x80404000, "This is where criminals hand them selfs in");
return 1;
}
public OnPlayerLeaveCheckpoint(playerid)
{
return 1;
}


