A little help, Please
#6

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

Reply


Messages In This Thread
A little help, Please - by seanny - 13.07.2011, 16:22
Re: A little help, Please - by freshOrange - 13.07.2011, 16:25
Re: A little help, Please - by seanny - 13.07.2011, 16:28
Re: A little help, Please - by Kush - 13.07.2011, 16:34
Re: A little help, Please - by seanny - 13.07.2011, 16:39
Re: A little help, Please - by seanny - 13.07.2011, 16:42
Re: A little help, Please - by ||123|| - 13.07.2011, 16:48
Re: A little help, Please - by Kush - 13.07.2011, 16:50
Re: A little help, Please - by seanny - 13.07.2011, 16:50
Re: A little help, Please - by Kush - 13.07.2011, 16:56

Forum Jump:


Users browsing this thread: 1 Guest(s)