23.07.2011, 18:46
Incearca asa:
apoi adaugi..
Quote:
public OnPlayerDisconnect(playerid,reason) |
Quote:
if(PlayerInfo[playerid][pJailed] == 1) { SetPlayerSkin(playerid, 62); SetPlayerWantedLevel(playerid, 0); SetPlayerInterior(playerid, 6); SetPlayerPos(playerid,264.6288,77.5742,1001.0391); SendClientMessage(playerid, COLOR_LIGHTRED, "Incomplete Jail Sentence, back to jail."); return 1; } if(PlayerInfo[playerid][pJailed] == 2) { SetPlayerInterior(playerid, 0); SetPlayerSkin(playerid, 62); SetPlayerPos(playerid,268.5777,1857.9351,9.8133); SetPlayerWorldBounds(playerid, 337.5694,101.5826,1940.9759,1798.7453); //285.3481,96.9720,1940.9755,1799.0811 return 1; } |