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