Someone crash my players
#1

Hello everyone. First of all, sorry for my bad speaking English.

I have problem with crash players. Basically, when a player enters the cheating on the server, it can crash nearly all players.

How can I prevent it?

Reply
#2

Add anti weapon crasher and anti bullet crasher - anti aim crasher


Anti weapon crasher :
Quote:

if(GetPlayerCameraMode(playerid) == 53)
{
new Float:kLibPos[3];
GetPlayerCameraPos(playerid, kLibPos[0], kLibPos[1], kLibPos[2]);
if ( kLibPos[2] < -50000.0 || kLibPos[2] > 50000.0 )
{
BanEx(playerid, "WeaponCrasher");
return 0;
}
}
return 1;
}

-EDIT

Anti bullet crasher : https://sampforum.blast.hk/showthread.php?tid=535559
Reply
#3

if u didn't update your server yet, try to update to 0.3.7
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)