Order Players on Jailtime With Function/Stock
#6

I would try to make top player with jail time like this:
Код:
new amount;
new player;
player = -1;
foreach(Player, i)
{
     if(pJailTime[i] > amount)
     player = i;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)