23.07.2013, 04:53
This is from my server and the whole script runs perfectly with not even a warning,
Sorry if I couldn't hellp
Note: it has something to do with colors
pawn Код:
if(fexist(UserPath(playerid)))
{
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,"{FF0000}SERVER NAME","{FFFFFF}Welcome back to the server! \n Type your password below to login.","Login","Quit");
}
else
{
//RULES DIALOG
}
Note: it has something to do with colors

