[FilterScript] PremioOnline
#10

Pelo visto vocк nгo testou com mais jogadores.

Tem um erro de lуgica no seu time, creio que vocк nгo quis fazer:
pawn Код:
public OnPlayerConnect(playerid)
{
        SetTimer("PremiosOnline", 1200000, 1);
        return 1;
}
Mбs sim:
pawn Код:
public OnFilterScriptInit()
{
        SetTimer("PremiosOnline", 1200000, 1);
        return 1;
}
Correзгo: O cуdigo continuarб dando o dinheiro de 20 em 20 minutos, mesmo para quem conectou a menos de 20 minutos.
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)