I need help with Jail System
#2

you can make it with y_ini
pawn Code:
//for exampl
public OnPlayerDisconnect(playerid)
{
INI_WriteInt(File,"Jail", PlayerInfo[playerid][IsJailed]);

...
public OnPlayerSpawn(playerid)
{
if(PlayerInfo[playerid][IsJailed] == 1)
    {
     JailTime = true;
    }
}
I gave you just an Ex ,u made it with yourself
Reply


Messages In This Thread
I need help with Jail System - by Lirbo - 04.10.2014, 18:34
Re : I need help with Jail System - by AmirRFCNR - 04.10.2014, 18:45
Re: I need help with Jail System - by Mohamedilham - 05.10.2014, 05:49

Forum Jump:


Users browsing this thread: 1 Guest(s)