I need help with Jail System
#1

I want to make Jail system, but when the guy who jailed /q while he jailed he'll have to complete the jail time after he'll relog...

I'm using DOF2, someone can help me please?
Reply
#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
#3

if you got
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)