expected token: "-string end-", but found "-identifier-" Help me to fix it..
#2

Код:
public OnPlayerConnect(playerid)
{
if(fexist(UserPath(playerid)))
{
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COLOR_WHITE"Login",""COLOR_WHITE"Type your password below to login.,"Login","Quit" );
}
else
{
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""COLOR_WHITE"Register",""COLOR _WHITE"Type your password below to register a new account.","Register","Quit");
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)