Jail function help
#1

How can i make it, when Jail time expire for player to re-spawn him

i have this:
Код:
public FirstTimer()
{
    for(new i = 0; i < MAX_PLAYERS; i ++)
    {
        if(IsPlayerConnected(i))
        {
            if(Jail[i] >= 1)
            {
		Jail[i] --;
            }
        }
    }
    return 1;
}
Reply


Messages In This Thread
Jail function help - by dan40o - 12.12.2014, 13:08
AW: Jail function help - by Flori - 12.12.2014, 13:19
Re: Jail function help - by dan40o - 12.12.2014, 13:20

Forum Jump:


Users browsing this thread: 1 Guest(s)