02.09.2012, 21:26
Anti Cheat
Release Information
There will be lots and lots of versions of that Anti-Cheat and i will be releasing them soon.. like this weapon anti hack and anti car spawns and Anti-Money Hack and lots more but this will be the first release in the ANTI-CHEAT Category
Forbidden Weapons (These can be Editable.. Just Change the Id of the Weapons)
1.Grenade
2.Tear Gas
3.Rocket Launcher
4.Heat Seeking Rocket Launcher
5.Flame Thrower
6.MiniGun
7.Satchel Charger [Remote Grenades]
8.Detonator
9.Molotov
More coming Next Release.. or you can just tell me what weapons i add
How To Use
pawn Код:
//under your includes
#include <AWH>
pawn Код:
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)
There is 2 kinds of edit to this..
1. Removing a weapon from the ilegal weapons list
2. Adding a Weapon to the ilegal weapons list
Lets talk about the first one
Removing is simple done by :
pawn Код:
if(GetPlayerWeapon(playerid) == 16 || GetPlayerWeapon(playerid) == 17 || GetPlayerWeapon(playerid) == 35
pawn Код:
if(GetPlayerWeapon(playerid) == 16 || GetPlayerWeapon(playerid) == 17
because it means this or that so if u leave it the include will assume as this or or [cuz || || ] so it may bug at this spot
2nd thing:
Adding a weapon to the list
pawn Код:
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)
What shall i do?
First i add || after the last weapon id in the list
then i add this code
pawn Код:
GetPlayerWeapon(playerid) == 26
pawn Код:
|| GetPlayerWeapon(playerid) == 26 //|| other weapon here same system
Non at the moment if you find any feel free to post
Change Log:
Код:
Anti Cheat. Weapon Anti-Hack V1.0 Released
MediaFire.com
Pastebin.com