05.07.2011, 16:51
Hi right now I'm trying to make my own SendClientMessage with an own color.
I know I have to do #define colourname colorID
and then write it the colorname here-> ,colorname,"message"
but my problem is to make the color ID..
I have been searching around on the sa-mp wiki but can't find anything that is helping me.
By the way I tried this but it didn't work:
Define like this
#define lightgreen #1AFF00
and the SendClientMessage like this
SendClientMessage(playerid,lightgreen, "Welcome to Los Santos DeathMatch ~ by OleKristian95");
SendClientMessage(playerid,lightgreen, "To make an account type /register");
I know I have to do #define colourname colorID
and then write it the colorname here-> ,colorname,"message"
but my problem is to make the color ID..
I have been searching around on the sa-mp wiki but can't find anything that is helping me.
By the way I tried this but it didn't work:
Define like this
#define lightgreen #1AFF00
and the SendClientMessage like this
SendClientMessage(playerid,lightgreen, "Welcome to Los Santos DeathMatch ~ by OleKristian95");
SendClientMessage(playerid,lightgreen, "To make an account type /register");