I cant figure these 3 errors out..
#1

PHP код:
C:\Documents and Settings\Customer\Desktop\FreeRoam\filterscripts\duty.pwn(229) : error 029invalid expressionassumed zero
C
:\Documents and Settings\Customer\Desktop\FreeRoam\filterscripts\duty.pwn(229) : error 017undefined symbol "cmd_equip"
C:\Documents and Settings\Customer\Desktop\FreeRoam\filterscripts\duty.pwn(229) : error 029invalid expressionassumed zero
C
:\Documents and Settings\Customer\Desktop\FreeRoam\filterscripts\duty.pwn(229) : fatal error 107too many error messages on one line 
Its on my /equip command,
PHP код:
CMD:equip(playerid,params[])
{
    if(
PlayerInfo[playerid][pGroup] == && PlayerInfo[playerid][pRank] < 1)
    {
        
ShowPlayerDialog(playerid,DIALOG_MENU,DIALOG_STYLE_LIST,"Lockers","Duty On\nDuty Off\nWeapons\nDuty Clothes","Confirm","Cancel");
    }
    return 
1;

Reply


Messages In This Thread
I cant figure these 3 errors out.. - by Azzeto - 21.11.2011, 16:50
Re: I cant figure these 3 errors out.. - by System64 - 21.11.2011, 16:57
Re: I cant figure these 3 errors out.. - by Azzeto - 21.11.2011, 16:58

Forum Jump:


Users browsing this thread: 1 Guest(s)