[HELP] Filescripts
#3

You are only using color embedding within the captions. The color embedding in the captions won't effect or change/ alter the color in the actual string farther down.

Replace this:

pawn Код:
format(lstring,256,"Your account is registered!\n\nLogin to access your account:");
with this:

pawn Код:
format(lstring, 256, "{00FF40}Your account is registered!\n\nLogin to access your account:");
Then farther down, replace this:

pawn Код:
ShowPlayerDialog(playerid,SecurityDialogQ,DIALOG_S TYLE_INPUT,"{00FF40}Security Question:","Please type your security question!\n\nNOTE:\nType without \"?\"!","OK","");
with this:

pawn Код:
ShowPlayerDialog(playerid, SecurityDialogQ, DIALOG_STYLE_INPUT, "{00FF40}Security Question:", "{00FF40}Please type your security question!\n\nNOTE:\nType without \"?\"!", "OK","");
You can also take:

pawn Код:
new lstring[256];
And reduce it to 128 as it is just a waste.

pawn Код:
new lstring[128];
Reply


Messages In This Thread
[HELP] Filescripts - by Phoenix1 - 26.09.2012, 15:57
Respuesta: [HELP] Filescripts - by Phoenix1 - 26.09.2012, 17:39
Re: [HELP] Filescripts - by West X - 26.09.2012, 21:32

Forum Jump:


Users browsing this thread: 1 Guest(s)