SendClientMessage
#1

i want a client message to player id
Код:
SendClientMessage(playerid, COLOR_LIGHTCYAN, "The Engine Is Now", COLOR_GREEN, "On!");
i wrote this but 2 warning came up can someone help
Reply
#2

try this:

Код:
SendClientMessage(playerid, COLOR_LIGHTCYAN, "The Engine Is Now "COLOR_GREEN"On!");
Reply
#3

Nope
Reply
#4

Код:
SendClientMessage(playerid, COLOR_LIGHTCYAN, "The Engine Is Now {55FF00}On!");
Reply
#5

look at the structure :
Код:
 SendClientMessage(playerid, color, const message[]);
to use multi colours on your text you need to use this structure :

pawn Код:
SendClientMessage(playerid, COLOR_LIGHTCYAN, "The Engine Is Now {33FF00} On!");
Reply
#6

Thanks So Much!!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)