19.01.2010, 14:31
As the title says, Im making a simple /arrest command,
And i want it timed, I know how to do that, SetTimer ect,
But if i do...
It spawns everyone when the times ran out, I know that,
I tried using, if(Arrest[playerid] == 1) or whatever it was,
But it releases everyone whos jailed, Even if there time isent up,
So what should i do?
And i want it timed, I know how to do that, SetTimer ect,
But if i do...
pawn Code:
public ArrestTimer(playerid)
{
SpawnPlayer(playerid);
}
I tried using, if(Arrest[playerid] == 1) or whatever it was,
But it releases everyone whos jailed, Even if there time isent up,
So what should i do?

