[AJUDA] /setminfps e /setmaxping
#8

(14) : warning 235: public function lacks forward declaration (symbol "CheckPing")

Linha 14 ( linha da public )

pawn Код:
public CheckPing()
{
    for(new i, j=GetMaxPlayers(); i != j ; i++)
        if(GetPlayerPing(i) >= MaxPing)
        {
            SendClientMessage(i, -1, "Vocк foi kickado por ter ping muito alto");
            Kick(i);
        }

    return 1;
}
1 Warning.
Reply


Messages In This Thread
[AJUDA] /setminfps e /setmaxping - by Lukinhas_Ice - 07.12.2011, 22:15
Re: [AJUDA] /setminfps e /setmaxping - by Cristhian - 07.12.2011, 22:40
Re: [AJUDA] /setminfps e /setmaxping - by Lukinhas_Ice - 07.12.2011, 22:45
Re: [AJUDA] /setminfps e /setmaxping - by ViniBorn - 07.12.2011, 22:51
Re: [AJUDA] /setminfps e /setmaxping - by Cristhian - 07.12.2011, 23:14
Re: [AJUDA] /setminfps e /setmaxping - by Lukinhas_Ice - 08.12.2011, 10:47
Re: [AJUDA] /setminfps e /setmaxping - by ViniBorn - 08.12.2011, 10:48
Re: [AJUDA] /setminfps e /setmaxping - by Lukinhas_Ice - 08.12.2011, 11:06
Re: [AJUDA] /setminfps e /setmaxping - by ViniBorn - 08.12.2011, 11:13
Re: [AJUDA] /setminfps e /setmaxping - by Lukinhas_Ice - 08.12.2011, 11:24

Forum Jump:


Users browsing this thread: 1 Guest(s)