ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COLOR_WHITE"Login",""COLOR_WHITE"Type Your Password","Login","Quit");
D:\Games\Samp\Server\Working\FRRP SCRIPT\gamemodes\frrp.pwn(404) : error 001: expected token: "-string end-", but found "-identifier-" D:\Games\Samp\Server\Working\FRRP SCRIPT\gamemodes\frrp.pwn(404) : warning 215: expression has no effect D:\Games\Samp\Server\Working\FRRP SCRIPT\gamemodes\frrp.pwn(404) : error 001: expected token: ";", but found "-string-" D:\Games\Samp\Server\Working\FRRP SCRIPT\gamemodes\frrp.pwn(404) : warning 215: expression has no effect D:\Games\Samp\Server\Working\FRRP SCRIPT\gamemodes\frrp.pwn(404) : error 001: expected token: "-string end-", but found "-identifier-" D:\Games\Samp\Server\Working\FRRP SCRIPT\gamemodes\frrp.pwn(404) : fatal error 107: too many error messages on one line
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,"Login","Type Your Password","Login","Quit");
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""COLOR_WHITE"Registering...",""COLOR_WHITE"Type your password below to register a new account.","Register","Quit");
Code:
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""COLOR_WHITE"Registering...",""COLOR_WHITE"Type your password below to register a new account.","Register","Quit"); |
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,"Registering...","Type your password below to register a new account.","Register","Quit");
if(!strlen(inputtext)) return ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT, ""COLOR_WHITE"Registering...",""COL_RED"You have entered an invalid password.\n"COLOR_WHITE"Type your password below to register a new account.","Register","Quit");