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

Quote:
Originally Posted by lrZ^ aka LarzI
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;
}
Can't guarantee it will work (untested)

Код:
line (385)  if (weapons = 35 && ammo > 0);

C:\Documents and Settings\User\Desktop\SCRIPT\gamemodes\WuD222.pwn(385) : warning 211: possibly unintended assignment
C:\Documents and Settings\User\Desktop\SCRIPT\gamemodes\WuD222.pwn(385) : error 036: empty statement
... gah ... why ? ;(


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)