WOW MESSED MY SCRIPT UP PLEASE HELP
#5

Quote:
Originally Posted by Reklez
Посмотреть сообщение
Show me the full code of OnPlayerUpdate
Please i just want it to work its mine and my friends script, we never had a problem with OnPlayerUpdate


Код:
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) // The weapon ID
            if(weaponid == 16) // The weapon ID
            if(weaponid == 10) // The weapon ID
            if(weaponid == 11) // The weapon ID
            if(weaponid == 12) // The weapon ID
            if(weaponid == 13) // The weapon ID
            if(weaponid == 17) // The weapon ID
            if(weaponid == 18) // The weapon ID
            if(weaponid == 35) // The weapon ID
            if(weaponid == 36) // The weapon ID
            if(weaponid == 37) // The weapon ID
            if(weaponid == 38) // The weapon ID
            if(weaponid == 39) // The weapon ID
            {
            GetPlayerName(playerid,Nam,sizeof(Nam));
            format(str,sizeof(str),"ANTI WEAPON HACK: %s has been banned from server for spawning A Hacked Weapon!",Nam);
            SendClientMessageToAll(0xFF0000FF,str);
            BanEx(playerid,"ANTI WEAPON HACK: Weapon Hack!");
            }
                        return 1;
}
Reply


Messages In This Thread
WOW MESSED MY SCRIPT UP PLEASE HELP - by Scripter12345 - 02.04.2012, 01:56
Re: WOW MESSED MY SCRIPT UP PLEASE HELP - by Reklez - 02.04.2012, 01:57
Re: WOW MESSED MY SCRIPT UP PLEASE HELP - by Scripter12345 - 02.04.2012, 01:59
Re: WOW MESSED MY SCRIPT UP PLEASE HELP - by Reklez - 02.04.2012, 02:00
Re: WOW MESSED MY SCRIPT UP PLEASE HELP - by Scripter12345 - 02.04.2012, 02:01
Re: WOW MESSED MY SCRIPT UP PLEASE HELP - by Reklez - 02.04.2012, 02:06
Re: WOW MESSED MY SCRIPT UP PLEASE HELP - by Scripter12345 - 02.04.2012, 02:08
Re: WOW MESSED MY SCRIPT UP PLEASE HELP - by NoZ - 02.04.2012, 02:23
Re: WOW MESSED MY SCRIPT UP PLEASE HELP - by [ABK]Antonio - 02.04.2012, 03:10

Forum Jump:


Users browsing this thread: 1 Guest(s)