SA-MP Forums Archive
[FilterScript] Ant-Ping System - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+----- Forum: Lançamentos/Releases (https://sampforum.blast.hk/forumdisplay.php?fid=56)
+----- Thread: [FilterScript] Ant-Ping System (/showthread.php?tid=439766)



Ant-Ping System - ProKillerpa - 26.05.2013

Retirado


Re: Ant-Ping System - Mteck - 27.05.2013

Bom, ainda mais para os novatos que estгo criando servidores de DM/4FUN isso й bom


Re: Ant-Ping System - Dragonborn - 27.05.2013

Afinal, o que a variбvel PKPPing faz ? Contar quantas vezes ele excede o limite definido por MAX_PING ?

@OFF
Й bom rever o fуrum as vezes...


Re: Ant-Ping System - Falcon. - 27.05.2013

Erros no script:

pawn Код:
new                     PKPPing[ MAX_PING ];
aqui seria MAX_PLAYERS

pawn Код:
public OnGameModeInit()
O script final nгo й um filterscript ?

O tнtulo do projeto: ant-ping


Quote:
Originally Posted by Dragonborn
Посмотреть сообщение
Afinal, o que a variбvel PKPPing faz ? Contar quantas vezes ele excede o limite definido por MAX_PING ?
e quando atingir MAX_PING chutar o jogador do servidor.


Re: Ant-Ping System - ProKillerpa - 27.05.2013

Entendo Falcon, mas nгo daria certo meu sistema?

Nгo tive tempo de testa-lo...

#Arrumei Falcon, Thx.


Re: Ant-Ping System - Schocc - 27.05.2013

Nгo tem necessidades isto aqui.
pawn Код:
PKPPing[i]++;

E na condiзгo use >=

pawn Код:
if( PKPPing[i] == ATRASO )



Re: Ant-Ping System - ProKillerpa - 27.05.2013

Obrigado iShocc, irei estudar mais sobre isso.


Re: Ant-Ping System - ProKillerpa - 28.05.2013

Quote:
Originally Posted by Falcon.
Посмотреть сообщение
Erros no script:

pawn Код:
new                     PKPPing[ MAX_PING ];
aqui seria MAX_PLAYERS
Teste o sistema primeiramente.


Re: Ant-Ping System - ProgrammerZ - 15.06.2013

Se estiver funcionando corretamente(nгo testei ainda),pode ser uma уtima funзгo a servidores DM,TDM,STUNT.


Re: Ant-Ping System - Prefacio - 15.06.2013

Fico bom quando eu tavo comecando eu utilizei um desse ai pra min fazer um CODE de MAX_PING no meu Server

Parabens!!!


Re: Ant-Ping System - ProKillerpa - 15.06.2013

Obrigado pessoal!