[Pedido] Anti Fake funcional - 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)
+---- Thread: [Pedido] Anti Fake funcional (
/showthread.php?tid=481625)
Anti Fake funcional -
iHarzard - 16.12.2013
Bem estou com um problema no servidor, no meu gamemode jб tem um anti fake kill, sу que mesmo kikando o player com Kick(playerid), o fake kill ainda continua fazendo.
O Anti fake kill que utilizo й esse abaixo:
pawn Код:
new time = gettime( );
switch( time - LastDeath[ playerid ] )
{
case 0 .. 3:
{
DeathSpam{ playerid }++;
if( DeathSpam{ playerid } == 3 )
{
KikadoMode[playerid] = true;
Ban(playerid);
return 1;
}
}
default: DeathSpam{ playerid } = 0;
}
LastDeath[ playerid ] = time;
Alguem tem algum funcional?
Re: Anti Fake funcional -
caoraivoso3 - 16.12.2013
em vez de playerid meta killerid