04.11.2014, 14:43
Quote:
pawn Code:
|
Its:
pawn Code:
public OnPlayerSpawn(playerid)
{
if(PInfo[playerid][pJail] == 1);
{
SetPlayerPos(playerid, -1346.5848, 1323.8483, 2.4516);
SendClientMessage(playerid, -1, "You are still in Jail. You can't escape!");
}
return 1;
}