Dialog help - 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: Dialog help (
/showthread.php?tid=444293)
Dialog help -
Anak - 16.06.2013
Hello guys i have this text in my dialog:
Код:
"{FFFFFF}* Account information for nick '{00FF00}%s{FFFFFF}' are following:\n\n1). Account Password: {FF0000}Not Available (Disabled By Staff){FFFFFF}\n2). Admin Level: '{00FF00}%d{FFFFFF}'\n3). Vip Level: '{00FF00}%d{FFFFFF}'\n4). Money: '{00FF00}%d{FFFFFF}.'\nHELLO how are you?"
but IG on dialog this is not showing
Код:
}.'\nHELLO how are you?
how to fix that ?
Re: Dialog help -
Anak - 16.06.2013
![](http://s7.postimg.org/hhoa8fmgb/sa_mp_210.png)
this is image
Re: Dialog help -
Avi57 - 16.06.2013
Try this :-
pawn Код:
"{FFFFFF}* Account information for nick '{00FF00}%s{FFFFFF}' are following:\n\n1). Account Password: {FF0000}Not Available (Disabled By Staff){FFFFFF}\n2). Admin Level: '{00FF00}%d{FFFFFF}'\n3). Vip Level: '{00FF00}%d{FFFFFF}'\n4). Money: '{00FF00}%d{FFFFFF}'\nHELLO how are you?"
Re: Dialog help -
RaZvY - 16.06.2013
what is your new string[value]; ?
Re: Dialog help -
Anak - 16.06.2013
Quote:
Originally Posted by Avi57
Try this :-
pawn Код:
d{FFFFFF}'\n3). Vip Level: '{00FF00}%d{FFFFFF}'\n4). Money: '{00FF00}%d{FFFFFF}'\nHELLO how are you?"{FFFFFF}* Account information for nick '{00FF00}%s{FFFFFF}' are following:\n\n1). Account Password: {FF0000}Not Available (Disabled By Staff){FFFFFF}\n2). Admin Level: '{00FF00}%"
|
what you have fixed in it?
edit: not working!!!!!!
Re: Dialog help -
JimmyCh - 16.06.2013
Try this:
Код:
"{FFFFFF}* Account information for nick '{00FF00}%s{FFFFFF}' are following:\n\n1). Account Password: {FF0000}Not Available (Disabled By Staff){FFFFFF}\n2). Admin Level: '{00FF00}%d{FFFFFF}'\n3). Vip Level: '{00FF00}%d{FFFFFF}'\n4). Money: '{00FF00}%d{FFFFFF}.'\n5). HELLO how are you?"
Re: Dialog help -
Anak - 16.06.2013
not working :S any other ?
Re: Dialog help -
Avi57 - 16.06.2013
Your string value is?
Re: Dialog help -
Anak - 16.06.2013
string[256]
Re: Dialog help -
DobbysGamertag - 16.06.2013
Increase the string value
![Smiley](images/smilies/smile.png)
an extra 10-20 value each time won't hurt.