error 001: expected token: "-string end-", but found "-identifier-"
#1

So anyone know how to fix these errors?
Код:
Errors:
C:\Users\Corey\Desktop\SAMP\Gamemodes\Welcome to Las Venturas Pennitanry - NEW\gamemodes\test.pwn(404) : error 001: expected token: "-string end-", but found "-identifier-"

C:\Users\Corey\Desktop\SAMP\Gamemodes\Welcome to Las Venturas Pennitanry - NEW\gamemodes\test.pwn(404) : warning 215: expression has no effect

C:\Users\Corey\Desktop\SAMP\Gamemodes\Welcome to Las Venturas Pennitanry - NEW\gamemodes\test.pwn(404) : error 001: expected token: ";", but found "-string-"

C:\Users\Corey\Desktop\SAMP\Gamemodes\Welcome to Las Venturas Pennitanry - NEW\gamemodes\test.pwn(404) : warning 215: expression has no effect

C:\Users\Corey\Desktop\SAMP\Gamemodes\Welcome to Las Venturas Pennitanry - NEW\gamemodes\test.pwn(404) : error 001: expected token: "-string end-", but found "-identifier-"

C:\Users\Corey\Desktop\SAMP\Gamemodes\Welcome to Las Venturas Pennitanry - NEW\gamemodes\test.pwn(404) : fatal error 107: too many error messages on one line
Код:
Code
if(fexist(UserPath(playerid)))
	{
        INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
      // Line 404 ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COLOR_WHITE"Login",""COLOR_WHITE"You are already registered, write your chosen password to log in! ","Login","Quit");
    }
    else
 	{
        ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""COLOR_WHITE"Registering...",""COLOR_WHITE"Welcome to CHANGEME, Our database tell us your new here, chose your password to register!","Register","Quit");
    } // Mapping Below
Reply
#2

It should be defined as:
pawn Код:
#define COLOR_WHITE "{FFFFFF}"
But if you use COLOR_WHITE for colors (as parameter, then it's better to change the name).

pawn Код:
#define COL_WHITE "{FFFFFF}"
And replace them with "COL_WHITE"
Reply
#3

Thanks mate, you just saved me hours of screaming. Mods can lock this topic.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)