Please 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: Please help (
/showthread.php?tid=534564)
Please help -
YanLanger - 30.08.2014
ssDELTE
Re: Please help -
Pillhead2007 - 30.08.2014
https://sampforum.blast.hk/showthread.php?tid=185407 use error code list
Re: Please help -
Clad - 30.08.2014
pawn Код:
CMD:help
(playerid,params
[]){ShowPlayerDialog
(playerid,
1, DIALOG_STYLE_MSGBOX,
"Help",
"{ff0000}>>>{00cc00}LSGW HELP{ff0000}<<<\r\n{00cc00} |LSGW| {FFFF33}In This server you can rob people by using /rob [id]\r\
\n{00cc00}you can buy houses, But Don't forget there is also police! You can use /cmds if you don't know them.| {00cc00}Plus, You can have drugs|\
\r\n{ff0000}If you having problem just contact us at the forums we are always there.\r\nRegister at http://lsgw.url.ph/index.php For More Information\
\r\n{ff0000}You must register if you wanna see any posts/threads.",
"OK",
"");
return 1;
}
Re: Please help -
Fred1993 - 30.08.2014
1 - Use FF0000 instead of ff0000.
2 - Your string(the lines you are using) in ShowPlayerDialog is not supported dialogbox. Dialogbox have limits, so maybe reduce some of the lines or make page 2 for it on same dialogbox and use some lines there.
I have faced "input line too long (after substitutions)" this error and when i removed some lines from the dialogbox it worked.