13.07.2011, 16:42
Now I have a problem here:
pawn Код:
public OnPlayerConnect(playerid)
{
GetPlayerName(playerid, gPlayerName[playerid], MAX_PLAYER_NAME);
if (fexist(getINI(playerid)))
{
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COLOR_WHITE"Login",""COLOR_WHITE"Please Type your password below to login.","Login","Quit");
}
else
{
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""COLOR_WHITE"Register",""COLOR_WHITE"Please Type your password below to register a new account.","Register","Quit");
}
return 1;
}
Код:
C:\Users\Admin\Desktop\RP scripts\NHRP\NHRP.pwn(127) : error 001: expected token: "-string end-", but found "-identifier-" C:\Users\Admin\Desktop\RP scripts\NHRP\NHRP.pwn(127) : warning 215: expression has no effect C:\Users\Admin\Desktop\RP scripts\NHRP\NHRP.pwn(127) : error 001: expected token: ";", but found "-string-" C:\Users\Admin\Desktop\RP scripts\NHRP\NHRP.pwn(127) : warning 215: expression has no effect C:\Users\Admin\Desktop\RP scripts\NHRP\NHRP.pwn(127) : error 001: expected token: "-string end-", but found "-identifier-" C:\Users\Admin\Desktop\RP scripts\NHRP\NHRP.pwn(127) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Quote:
This forum requires that you wait 120 seconds between posts. Please try again in 1 seconds. <- FUCK YOU |