Registration dialog problem..
#1

I can't find a thing.. whats wrong with it..

Error:
pawn Код:
error 001: expected token: "-string end-", but found "-identifier-"
(133) : warning 215: expression has no effect
(133) : error 001: expected token: ";", but found "-string-"
(133) : warning 215: expression has no effect
(133) : error 001: expected token: ";", but found ")"
(133) : fatal error 107: too many error messages on one line
here is the code

pawn Код:
new naslov2[128], text[128], strText[104];
    format(strText, 35, USER_FILE, GetName(playerid));
    if(!INI_Exists(strText))
    {
        format(naslov2, sizeof(naslov2), " "COLOR_GREEN" Welcome "COL_WHITE" %s!", GetName(playerid));//This line!
        format(text, sizeof(text), ""COL_WHITE"______________________________\n\n"COLOR_GREEN"Name"COL_WHITE" %s"COLOR_GREEN" isn't registered!\n\nPlease register!", GetName(playerid));
        ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT, naslov2, text, "Register", "Exit");
    }
    else
    {
        format(naslov2, sizeof(naslov2), ""COLOR_GREEN"     Welcome"COL_WHITE" %s!", GetName(playerid));
        format(text, sizeof(text),""COL_WHITE"______________________________\n\n"COLOR_GREEN"Name"COL_WHITE" %s"COLOR_GREEN" is registered!\n\nPlease login!", GetName(playerid));
        ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT, naslov2, text, "Login", "Exit");
    }
Reply


Messages In This Thread
Registration dialog problem.. - by Scrillex - 29.09.2013, 23:35
Re: Registration dialog problem.. - by xganyx - 30.09.2013, 01:46
Re: Registration dialog problem.. - by EiresJason - 30.09.2013, 08:00
Re: Registration dialog problem.. - by Scrillex - 30.09.2013, 16:46
Re: Registration dialog problem.. - by EiresJason - 30.09.2013, 16:47
Re: Registration dialog problem.. - by Scrillex - 30.09.2013, 16:50
Re: Registration dialog problem.. - by EiresJason - 30.09.2013, 16:55
Re: Registration dialog problem.. - by DarrenReeder - 30.09.2013, 17:07
Re: Registration dialog problem.. - by Scrillex - 30.09.2013, 17:22
Re: Registration dialog problem.. - by EiresJason - 30.09.2013, 17:36

Forum Jump:


Users browsing this thread: 4 Guest(s)