14.03.2015, 14:57
show the player saving,
and change this to :
and jail yourself, relog and see if it prints jailed
and change this to :
Code:
if(pInfo[playerid][Jailed]==1)
{
SetPlayerInterior(playerid, 3);
SetPlayerPos(playerid,197.5860,174.6970,1003.0234);
ResetPlayerWeapons(playerid);
Jtimer[playerid] = SetTimerEx("Unjail",60000,0,"d",playerid);
print("jailed");
}

