error 039: constant symbol has no size
#1

Hi I added a system that when a new admin is made that it will open the dialog and he/she can select their admin name. There is the error 039: constant symbol has no size error on the dialog response code

pawn Код:
else if(dialogid == DIALOG_ANAME) {
        if(!response) ShowPlayerDialog(playerid, 2818, DIALOG_STYLE_INPUT, "Admin Name - Create", "Please enter your desired admin name in the box below.", "Submit", "");
            else
            {
                new
                    szString[100];
           
                if(isnull(inputtext))
                    return ShowPlayerDialog(playerid, 2818, DIALOG_STYLE_INPUT, "Admin Name - Create", "Please enter your desired admin name in the box below.", "Submit", "");
               
                format(PlayerInfo[playerid][pAdminName], sizeof(pAdminName), "%s", inputtext);
                format(szString, sizeof(szString), "You have set your admin name to %s.", PlayerInfo[playerid][pAdminName]);
                SendClientMessage(playerid, -1, szString);
            }  
        }
Reply


Messages In This Thread
error 039: constant symbol has no size - by conor565 - 25.06.2013, 14:20
Re: error 039: constant symbol has no size - by Rokzlive - 25.06.2013, 14:25
Re: error 039: constant symbol has no size - by conor565 - 25.06.2013, 15:16
Re: error 039: constant symbol has no size - by SuperViper - 25.06.2013, 15:25
Re: error 039: constant symbol has no size - by conor565 - 25.06.2013, 15:28
Re: error 039: constant symbol has no size - by introzen - 25.06.2013, 15:49
Re: error 039: constant symbol has no size - by conor565 - 25.06.2013, 16:01
Re: error 039: constant symbol has no size - by Vince - 25.06.2013, 16:13
Re: error 039: constant symbol has no size - by Dragonsaurus - 25.06.2013, 16:15
Re: error 039: constant symbol has no size - by conor565 - 27.06.2013, 14:11

Forum Jump:


Users browsing this thread: 5 Guest(s)