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
#2

stop using php code for pawn!
Do you have ZCMD included?
Reply
#3

PHP код:
#include <a_samp>
#include <zcmd>
#include <sscanf>
#include <YSI/y_ini>
#include <foreach> 
Those are my includes.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)