A good /jail command.
#4

Why not.
pawn Код:
SetTimerEx( "Jail", time_you_entered * 1000, 0, "i", playerid );
Later just
pawn Код:
forward Jail( playerid );
public Jail( playerid )
{
    // Code to realase from jail
    return 1;
}
So, why to make a timer that's updating all the time?
Reply


Messages In This Thread
A good /jail command. - by Shetch - 03.03.2011, 15:36
Re: A good /jail command. - by Shetch - 03.03.2011, 16:53
Re: A good /jail command. - by Markx - 03.03.2011, 18:50
Re: A good /jail command. - by Mean - 03.03.2011, 20:04

Forum Jump:


Users browsing this thread: 3 Guest(s)