13.01.2015, 16:28
pawn Код:
Hello, in my server. there are too much hackers and they Give Fake Kills. to everyone. also
can anyone tell me how to fix it?
Hello, in my server. there are too much hackers and they Give Fake Kills. to everyone. also
can anyone tell me how to fix it?
public OnPlayerDeath(playerid,killerid,reason)
{
if(gettime() - GetPVarInt(playerid,"PlayerLastDeath") < 1) Kick(playerid);
SetPVarInt(playerid,"PlayerLastDeath",gettime());
return 1;
}