INI HELP
#10

Use a timer

PHP код:
forward public Vip_Timer();
public 
Vip_Timer()
{
    for(new 
iGetPlayerPoolSize(); <= li++)
    {
        if(
IsPlayerConnected(i))
        {
            
Player[i][pVIPT] -= 1;
            if(
Player[i][pVIPT] == 0) return SendClientMessage(i, -1"VIP status removed");
        }
    }
    return 
1;

Reply


Messages In This Thread
INI HELP - by Pearson - 12.10.2016, 19:09
Re: INI HELP - by Pearson - 12.10.2016, 19:31
Re: INI HELP - by Eoussama - 12.10.2016, 19:38
Re: INI HELP - by Pearson - 12.10.2016, 19:48
Re: INI HELP - by Eoussama - 12.10.2016, 19:54
Re: INI HELP - by Pearson - 12.10.2016, 20:03
Re: INI HELP - by Pearson - 12.10.2016, 20:12
Re: INI HELP - by Pearson - 12.10.2016, 20:54
Re: INI HELP - by Pearson - 12.10.2016, 22:01
Re: INI HELP - by Logic_ - 13.10.2016, 08:40

Forum Jump:


Users browsing this thread: 1 Guest(s)