ZCMD Multiple colors?
#1

Hello there. Im pretty new to pawn, samp and stuff like that, and my new project is some kind of car servis.
When player isnt in his car and he tipes /servis, i want him to get an error, multiple colored error.
I have code, but how can i add multiple color to this?

if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, -1, "ERROR: You ain't in a car ");
Reply
#2

https://sampwiki.blast.hk/wiki/Colour_Embedding

Код:
SendClientMessage(playerid, 0xFF0000FF, "ERROR: {00FFFF}You ain't in a car");
Reply
#3

Thank you
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)