Posts: 54
Threads: 15
Joined: Jun 2008
Reputation:
0
I've noticed in my server that some players make fake kill with cheats (help thier friends gain kills) , they just kill thierselves and it execute OnPlayerDeath public with the weapon of the killer.
There is any way to block it? (They do it close to their friends)
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
This has probably something to do with your OnPlayerDeath code. We cant say anything further without the code, post it here.
Posts: 54
Threads: 15
Joined: Jun 2008
Reputation:
0
public OnPlayerDeath(playerid,killerid,reason)
{
SendDeathMessage(killerid,playerid,reason);
Deaths[playerid] ++;
Kills[killerid] ++;
return 1;
}
That's not about the public, They just have fake kill cheat which kills them and blame others for death.
Posts: 54
Threads: 15
Joined: Jun 2008
Reputation:
0
well, that's the solution when you have an admin,
The whole point of this is making Anti cheat which does the admin job and detects the cheater - kicks/bans him.
Posts: 253
Threads: 15
Joined: Jul 2006
Reputation:
0
I doubt you have somehow.