Problem
#1

Код:
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");
Reply
#2

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
Reply
#3

Make sure you defined COLOR_WHITE as {FFFFFF} and not as 0xFFFFFF

Reply
#4

@ above,
It should be "{FFFFFF}", otherwise it wont work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)