23.10.2014, 17:40
(
Последний раз редактировалось Trollerz; 23.10.2014 в 19:08.
)
Код:
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
(please rep if i helped you)
note:-
This is already in samp forum
EDIT:- u need just include