Im trying ... (anti-wep) .. and I fail >.<
#16

Quote:
Originally Posted by Pyrokid
pawn Код:
if (weapons == 35 && ammo > 0)
GetPlayerWeaponData(playerid, slot, weapons, ammo);
{
Still looks wonky. It should be like this
pawn Код:
public OnPlayerUpdate(playerid)
{
    new weapons, ammo, slot;
    while(slot < 12)
    slot++;
    GetPlayerWeaponData(playerid, slot, weapons, ammo);
    if (weapons == 35 && ammo > 0)
    {
        SendClientMessage(playerid, 0xE60000FF, "HACKER");
        Kick(playerid);
    }
    return 1;
}
scrooled all the weps .. nothing...
and MY version just kicks when i hold any wep at all
Reply


Messages In This Thread
Im trying ... (anti-wep) .. and I fail >.< - by Divine - 30.03.2009, 19:47
Re: Im trying ... (anti-wep) .. and I fail >.< - by LarzI - 30.03.2009, 19:57
Re: Im trying ... (anti-wep) .. and I fail >.< - by Divine - 30.03.2009, 20:05
Re: Im trying ... (anti-wep) .. and I fail >.< - by Pyrokid - 30.03.2009, 20:07
Re: Im trying ... (anti-wep) .. and I fail >.< - by Divine - 30.03.2009, 20:10
Re: Im trying ... (anti-wep) .. and I fail >.< - by Pyrokid - 30.03.2009, 20:11
Re: Im trying ... (anti-wep) .. and I fail >.< - by Divine - 30.03.2009, 20:14
Re: Im trying ... (anti-wep) .. and I fail >.< - by Shellegg - 30.03.2009, 20:17
Re: Im trying ... (anti-wep) .. and I fail >.< - by Divine - 30.03.2009, 20:20
Re: Im trying ... (anti-wep) .. and I fail >.< - by Divine - 30.03.2009, 20:22
Re: Im trying ... (anti-wep) .. and I fail >.< - by Divine - 30.03.2009, 20:23
Re: Im trying ... (anti-wep) .. and I fail >.< - by Pyrokid - 30.03.2009, 20:29
Re: Im trying ... (anti-wep) .. and I fail >.< - by Divine - 30.03.2009, 20:34
Re: Im trying ... (anti-wep) .. and I fail >.< - by Divine - 30.03.2009, 20:41
Re: Im trying ... (anti-wep) .. and I fail >.< - by Pyrokid - 30.03.2009, 20:46
Re: Im trying ... (anti-wep) .. and I fail >.< - by Divine - 30.03.2009, 21:00
Re: Im trying ... (anti-wep) .. and I fail >.< - by LarzI - 30.03.2009, 22:15
Re: Im trying ... (anti-wep) .. and I fail >.< - by Divine - 31.03.2009, 09:24
Re: Im trying ... (anti-wep) .. and I fail >.< - by illay - 31.03.2009, 12:06
Re: Im trying ... (anti-wep) .. and I fail >.< - by Divine - 02.04.2009, 08:30
Re: Im trying ... (anti-wep) .. and I fail >.< - by 90NINE - 02.04.2009, 09:18

Forum Jump:


Users browsing this thread: 1 Guest(s)