Login System
#6

Using colours like that in texts must be defined as: "{RRGGBB}"
If the colour is defined as a number such as: 0xRRGGBBAA and you use it inside a text will result to the errors you got.

So:
pawn Код:
#define COL_WHITE "{FFFFFF}"
and
pawn Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_WHITE"\nType Your Password Below To Login","Login","Quit");
Reply


Messages In This Thread
Login System - by ShaneOvSina - 22.04.2014, 18:58
Re: Login System - by doreto - 22.04.2014, 19:04
Re: Login System - by klimgorilla - 22.04.2014, 19:05
Re: Login System - by ShaneOvSina - 22.04.2014, 19:09
Re: Login System - by klimgorilla - 22.04.2014, 19:12
Re: Login System - by Konstantinos - 22.04.2014, 19:22
Re: Login System - by ShaneOvSina - 22.04.2014, 19:41
Re: Login System - by Konstantinos - 22.04.2014, 19:45
Re: Login System - by ShaneOvSina - 22.04.2014, 19:49

Forum Jump:


Users browsing this thread: 2 Guest(s)