23.10.2014, 12:10
(
Последний раз редактировалось sampvxtreme; 03.11.2014 в 08:32.
)
Fix-Crash
public OnPlayerUpdate(playerid)
{
HealthHack(playerid);
MoneyHack(playerid);
ArmourHack(playerid);
VHH(playerid);
AntiCheat(playerid);
IlegalWeapons(playerid);
JetPack(playerid);
return 1;
}
Editable Things in the Include
There are some things that are editable in this include
Main Thing:
pawn Code:
new Action_Taken =0; //you have to change this in order for Anti Cheat to Work
// 1 = Ban
// 2 = Kick
if(GetPlayerMoney(playerid) >= 5000000)
if(GetPlayerWeapon(playerid) == 16 || GetPlayerWeapon(playerid) == 17
if(GetPlayerWeapon(playerid) == 16 || GetPlayerWeapon(playerid) == 17 || GetPlayerWeapon(playerid) == 35 ||
GetPlayerWeapon(playerid) == 36 || GetPlayerWeapon(playerid) == 37 || GetPlayerWeapon(playerid) == 38 ||
GetPlayerWeapon(playerid) == 39 || GetPlayerWeapon(playerid) == 40 || GetPlayerWeapon(playerid) == 18)
GetPlayerWeapon(playerid) == 26
so it looks like
pawn Code:
|| GetPlayerWeapon(playerid) == 26 //|| other weapon here same system