must be a constant expression; assumed zero
#1

error 008: must be a constant expression; assumed zero
error line
pawn Код:
new mail[200] = inputtext;
pawn Код:
case demail:
    {
        if(!response) return Kick(playerid);
        if(response)
        {
            if(strfind(inputtext,"@",true) != -1 && strfind(inputtext,".com",true) != -1)
            {
                new mail[200] = inputtext;
it's under ondialogresponse
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)