15.01.2012, 21:57
SetTimerEx("unjail", 60000, false, "i", toplayer);//set timer to unjail to 60 seconds
whats the problem ?
then
forward unjail(i);
public unjail(i)
{
//set player pos.... to outside jail
jailed[i] = false;
}
whats the problem ?
then
forward unjail(i);
public unjail(i)
{
//set player pos.... to outside jail
jailed[i] = false;
}