error 039: constant symbol has no size
#9

I just tested it and it turned to be like this: (No errors)
pawn Код:
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(!strlen(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], 24, "%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: 1 Guest(s)