anti ping freeze player
#7

Quote:
Originally Posted by billy1337samp
Посмотреть сообщение
SORRY, i know i needed help but i spotted a mistake (incase anyone else wants to use that code)
he did
Код:
> 15
so
Код:
#define MAX_PING
is useless unless you write
Код:
> MAX_PING
This is how the code should look like:
PHP код:
#define MAX_PING 15
public OnPlayerUpdate(playerid) {
    if(
GetPlayerPing(playerid) > MAX_PING) {
        
//Execute code eg. Kick(playerid);
    
}
    return 
1;

Yeah, thank you. I'm a fast typer, and therefore i make some mistakes.
Reply


Messages In This Thread
anti ping freeze player - by billy1337samp - 30.10.2017, 19:15
Re: anti ping freeze player - by Konstantinos - 30.10.2017, 19:23
Re: anti ping freeze player - by billy1337samp - 30.10.2017, 19:35
Re: anti ping freeze player - by Arbico - 31.10.2017, 05:46
Re: anti ping freeze player - by billy1337samp - 31.10.2017, 16:51
Re: anti ping freeze player - by Abagail - 31.10.2017, 19:58
Re: anti ping freeze player - by Arbico - 01.11.2017, 09:14

Forum Jump:


Users browsing this thread: 1 Guest(s)