Help Please
#1

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...
Reply
#2

Код:
""STEELBLUE"SERVER: There are no donators/premiums online."
Use to include the color #STEELBLUE:

Код:
" "#STEELBLUE" SERVER: There are no donators/premiums online."
Reply
#3

You need to make sure you've defined #STEELBLUE as an embedded color.

Non-embedded:

pawn Код:
#define white 0xFFFFFFFF
Embedded:

pawn Код:
#define white "{FFFFFF}"
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.
Reply
#4

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", "");
Reply
#5

I defined that already...
Reply
#6

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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)