[FilterScript] PremioOnline
#9

Quando o tempo bater, isso vai dar dinheiro para todos os playes, vocк tinha que usar "playerid"!

PHP код:
public PremiosOnline()
{
        new 
string[128];
        for(new 
i=0i<MAX_PLAYERSi++)
        {
               
                if(
IsPlayerConnected(i))
                {
                       
                        
GivePlayerMoney(iPremioOnline);
                        
format(stringsizeof(string), "{FFFFFF}Vocк recebeu {00FF00}[R$%d] {FFFFFF}Por ficar online por 20 Minutos.",PremioOnline);
                        
SendClientMessage(i0x0000FFFFstring);
                }
        }
        return 
1;

Reply


Messages In This Thread
PremioOnline - by iBolivaRevolutioN - 18.09.2015, 21:22
Re: PremioOnline - by LockedLucas - 18.09.2015, 21:28
Re: PremioOnline - by iBolivaRevolutioN - 18.09.2015, 21:30
Re: PremioOnline - by LockedLucas - 18.09.2015, 21:45
Re: PremioOnline - by .Skool_. - 18.09.2015, 21:49
Re: PremioOnline - by Kamper - 18.09.2015, 21:54
Re: PremioOnline - by iBolivaRevolutioN - 18.09.2015, 21:59
Re: PremioOnline - by DouglasRodrigues - 18.09.2015, 23:14
Re: PremioOnline - by IgorLuiz - 18.09.2015, 23:29
Re: PremioOnline - by Kuddy - 19.09.2015, 02:39

Forum Jump:


Users browsing this thread: 1 Guest(s)