Help Please - 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: Help Please (
/showthread.php?tid=544593)
Help Please -
Brys - 02.11.2014
I got this errors,sorry..i don't know how to fix like this well.....
3770 :
pawn Код:
if (c == 0) return SendClientMessage(playerid, -1, ""STEELBLUE"SERVER: There are no donators/premiums online.");
Hope your help...
AW: Help Please -
rospar - 02.11.2014
Код:
""STEELBLUE"SERVER: There are no donators/premiums online."
Use to include the color #STEELBLUE:
Код:
" "#STEELBLUE" SERVER: There are no donators/premiums online."
Re: Help Please -
DanishHaq - 02.11.2014
You need to make sure you've defined #STEELBLUE as an embedded color.
Non-embedded:
Embedded:
If you have done that then please show the full area of where the error took place and the errors that actually occurred. As from this, it's just guesswork.
Re: Help Please -
Brys - 02.11.2014
pawn Код:
if (c == 0)return SendClientMessage(playerid, -1," "#STEELBLUE" SERVER: There are no donators/premiums online."
ShowPlayerDialog(playerid, DIALOG_VIPS, DIALOG_STYLE_MSGBOX, ""RED"Premium/Donators Online:", str, "OK", "");
Re: Help Please -
Brys - 02.11.2014
I defined that already...
Re: Help Please -
Runn3R - 02.11.2014
if (c == 0) return SendClientMessage(playerid, -1," "#STEELBLUE" SERVER: There are no donators/premiums online.");
ShowPlayerDialog(playerid, DIALOG_VIPS, DIALOG_STYLE_MSGBOX, ""RED"Premium/Donators Online:", str, "OK", "");
Try now?