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

Quote:
Originally Posted by mikeeee
View Post
Just change it make it simple

pawn Code:
SetTimer("minigunchecktimer",1,true);
pawn Code:
public minigunchecktimer(playerid)
{
        new weaponid = GetPlayerWeapon(playerid);
        new pName[MAX_PLAYER_NAME];
        new str[128];
    if(weaponid == 33)
    {
        GetPlayerName(playerid,pName,sizeof(pName));
        format(str,sizeof(str),"[HACK]; %s [KICK]: Minigun",pName);
        SendClientMessageToAll(0xFF0000FF,str);
        Kick(playerid);
    }
    return 1;
}
The weapon ID isn't even correct..
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: 3 Guest(s)