Arrest...[Timer]
#6

In the top i put this

forward Unjail(); and here for
PHP код:
stock IsPlayerJailed(playerid)
{
    new 
file[256], name[MAX_PLAYER_NAME];
    
GetPlayerName(playeridnamesizeof(name));
    
format(filesizeof(file), "%s.runix"name);
    if(
dini_Int(file"Jail") == 1)
    {
        return 
true;
    }
    else if(
dini_Int(file"Jail") == 0)
    {
        return 
false;
    }
    return 
true;

What to do now?
Reply


Messages In This Thread
Arrest...[Timer] - by Man43 - 20.08.2017, 02:48
Re: Arrest...[Timer] - by TheCman - 20.08.2017, 03:04
Re: Arrest...[Timer] - by Man43 - 20.08.2017, 03:21
Re: Arrest...[Timer] - by Ghazal - 20.08.2017, 05:18
Re: Arrest...[Timer] - by TheCman - 20.08.2017, 12:13
Re: Arrest...[Timer] - by Man43 - 20.08.2017, 15:30
Re: Arrest...[Timer] - by TheCman - 20.08.2017, 15:32
Re: Arrest...[Timer] - by Man43 - 20.08.2017, 15:39
Re: Arrest...[Timer] - by TheCman - 20.08.2017, 15:41
Re: Arrest...[Timer] - by Man43 - 20.08.2017, 15:43

Forum Jump:


Users browsing this thread: 1 Guest(s)