strins() being weird
#6

Quote:

C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\NewServer.pwn(99) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\NewServer.pwn(99) : warning 215: expression has no effect
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\NewServer.pwn(99) : warning 215: expression has no effect
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\NewServer.pwn(99) : warning 215: expression has no effect
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\NewServer.pwn(99) : error 001: expected token: ";", but found ")"
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\NewServer.pwn(99) : error 029: invalid expression, assumed zero
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\NewServer.pwn(99) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.

Line 99:

pawn Код:
new lstring[256];
        format(lstring, sizeof(lstring), "This name ({FFFF82}%s{FFFFFF}) is registered. You must login to continue.\nIf this is your account, please enter the password you chose when registering below.\nIf not, please quit and reconnect with a different name.", pName[playerid]);
        ShowPlayerDialogEx(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT, "Login", lstring, "Login", "Quit");
(The ShowPlayerDialogEx function)


Can you make it replace ShowPlayerDialog, so I don't need 'Ex'?
Reply


Messages In This Thread
strins() being weird - by MP2 - 18.01.2012, 17:29
Re: strins() being weird - by CmZxC - 18.01.2012, 17:32
Re: strins() being weird - by RyDeR` - 18.01.2012, 17:32
Re: strins() being weird - by MP2 - 18.01.2012, 17:43
Re: strins() being weird - by RyDeR` - 18.01.2012, 17:51
Re: strins() being weird - by MP2 - 18.01.2012, 18:34
Re: strins() being weird - by RyDeR` - 18.01.2012, 19:14
Re: strins() being weird - by MP2 - 18.01.2012, 20:34
Re: strins() being weird - by RyDeR` - 18.01.2012, 20:48

Forum Jump:


Users browsing this thread: 1 Guest(s)