Problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem (
/showthread.php?tid=279808)
Problem -
antonio600x - 29.08.2011
Код:
C:\Documents and Settings\Administrator\Desktop\SAMP SERVER\gamemodes\gmbeta.pwn(126) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Documents and Settings\Administrator\Desktop\SAMP SERVER\gamemodes\gmbeta.pwn(126) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\SAMP SERVER\gamemodes\gmbeta.pwn(126) : error 001: expected token: ";", but found "-string-"
C:\Documents and Settings\Administrator\Desktop\SAMP SERVER\gamemodes\gmbeta.pwn(126) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\SAMP SERVER\gamemodes\gmbeta.pwn(126) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Documents and Settings\Administrator\Desktop\SAMP SERVER\gamemodes\gmbeta.pwn(126) : fatal error 107: too many error messages on one line
Errors
line 126:
Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COLOR_RED"LOGIN",""COLOR_WHITE"Unesite vasu lozinku da se logirate.","Login","Izlaz");
Re: Problem -
Horrible - 29.08.2011
pawn Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,"COLOR_RED LOGIN","COLOR_WHITEUnesite vasu lozinku da se logirate.","Login","Izlaz");
try that
give me rep if i help you
Re: Problem -
Pinguinn - 29.08.2011
Make sure you defined COLOR_WHITE as {FFFFFF} and not as 0xFFFFFF
Re: Problem -
Wesley221 - 29.08.2011
@ above,
It should be "{FFFFFF}", otherwise it wont work