04.10.2014, 18:45
you can make it with y_ini
I gave you just an Ex ,u made it with yourself
pawn Code:
//for exampl
public OnPlayerDisconnect(playerid)
{
INI_WriteInt(File,"Jail", PlayerInfo[playerid][IsJailed]);
...
public OnPlayerSpawn(playerid)
{
if(PlayerInfo[playerid][IsJailed] == 1)
{
JailTime = true;
}
}