12.12.2014, 13:08
How can i make it, when Jail time expire for player to re-spawn him
i have this:
i have this:
Код:
public FirstTimer()
{
for(new i = 0; i < MAX_PLAYERS; i ++)
{
if(IsPlayerConnected(i))
{
if(Jail[i] >= 1)
{
Jail[i] --;
}
}
}
return 1;
}

