[Tutorial] How to make a simple anti weapon hack
#9

Quote:
Originally Posted by Wesley221
View Post
There is an easier way of checking for different weapons instead of copy pasting it like 5 times
Ex:
pawn Code:
public OnPlayerUpdate(playerid)
{
            new weaponid = GetPlayerWeapon(playerid);//This will cause the "weaponid not defined" Error
                new Nam[MAX_PLAYER_NAME];
                new str[128];
            if( weaponid == 16 || weaponid == WEAPONID || weaponid == WEAPONID2 /* etc etc */)  // The weapon ID
            {
            GetPlayerName(playerid,Nam,sizeof(Nam));
            format(str,sizeof(str),"ANTI WEAPON HACK: %s has been banned from server for spawning a bad weapon!",Nam);
            SendClientMessageToAll(0xFF0000FF,str);
            BanEx(playerid,"ANTI WEAPON HACK: Weapon Hack!");
            }
                        return 1;
}
Oh my bad wesley, i forgot about that.
Reply


Messages In This Thread
How to make a simple anti weapon detector - by Tanush123 - 03.12.2011, 01:45
Re: How to make a simple anti weapon hack - by PjFord - 03.12.2011, 01:46
Re: How to make a simple anti weapon hack - by Tanush123 - 03.12.2011, 01:51
AW: How to make a simple anti weapon hack - by Bosnian - 03.12.2011, 07:08
Re: How to make a simple anti weapon hack - by ZzzzZ - 03.12.2011, 14:03
Re: AW: How to make a simple anti weapon hack - by Tanush123 - 03.12.2011, 14:06
Re: How to make a simple anti weapon hack - by Wesley221 - 03.12.2011, 15:06
Re: How to make a simple anti weapon hack - by SmiT - 03.12.2011, 15:32
Re: How to make a simple anti weapon hack - by Tanush123 - 03.12.2011, 18:55
Re: How to make a simple anti weapon hack - by Rob_Maate - 04.12.2011, 02:21
Re: How to make a simple anti weapon hack - by Tanush123 - 04.12.2011, 21:58
Re: How to make a simple anti weapon hack - by PjFord - 14.12.2011, 20:51
Re: How to make a simple anti weapon hack - by Tanush123 - 15.12.2011, 01:53
Re: How to make a simple anti weapon hack - by PjFord - 15.12.2011, 02:09
Re: How to make a simple anti weapon hack - by Tanush123 - 15.12.2011, 02:40
Re: How to make a simple anti weapon hack - by PjFord - 15.12.2011, 02:48
AW: How to make a simple anti weapon hack - by BigETI - 15.12.2011, 05:42
Re: How to make a simple anti weapon hack - by Dragony92 - 15.12.2011, 05:53
Re: How to make a simple anti weapon hack - by hustrine - 18.12.2011, 10:24
Re: How to make a simple anti weapon hack - by Unknownich - 18.12.2011, 10:49
Re: How to make a simple anti weapon hack - by mikeeee - 18.02.2012, 19:46
Re: How to make a simple anti weapon hack - by Tanush123 - 18.02.2012, 22:10
Re: How to make a simple anti weapon hack - by PrawkC - 19.02.2012, 00:56
Re: How to make a simple anti weapon hack - by jameskmonger - 19.02.2012, 01:12
Re: How to make a simple anti weapon hack - by 2KY - 19.02.2012, 01:22
Re: How to make a simple anti weapon hack - by [MG]Dimi - 26.06.2013, 08:18
Re: How to make a simple anti weapon hack - by qazwsx - 02.08.2013, 16:44

Forum Jump:


Users browsing this thread: 1 Guest(s)