22.01.2015, 15:20
I've found out that it wasn't the problem of the colors.
It's because of another line, which is:
and this is the error
It's because of another line, which is:
Код:
if(fexist(UserPath(playerid))) { INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid); new string[128], playerName[24]; GetPlayerName(playerid, playerName, sizeof(playerName)); format(string, sizeof(string), COLOR_YELLOW"Welcome back "COLOR_LIGHTBLUE"%s "COLOR_WHITE"\nplease type your password below to log in.", GetName(playerid)); ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD, COLOR_WHITE"Login", string, "Login", "Quit"); }
Код:
C:\Users\Ruud\Documents\Samp\RP alles in 1\gamemodes\RP.pwn(194) : error 001: expected token: "-string end-", but found "-identifier-" C:\Users\Ruud\Documents\Samp\RP alles in 1\gamemodes\RP.pwn(194) : warning 215: expression has no effect C:\Users\Ruud\Documents\Samp\RP alles in 1\gamemodes\RP.pwn(194) : error 001: expected token: ";", but found "-integer value-" C:\Users\Ruud\Documents\Samp\RP alles in 1\gamemodes\RP.pwn(194) : error 001: expected token: "-string end-", but found "-identifier-" C:\Users\Ruud\Documents\Samp\RP alles in 1\gamemodes\RP.pwn(194) : fatal error 107: too many error messages on one line