Quote:
Originally Posted by MihailoZ
Is it okay if I just change hud_red, hud_green, hud_blue ?
|
you must write RGB color code , in place of hud_red , hud_green, hud_blue
for example :-
RED Color hud (255,0,0)
PHP Code:
set_hudmessage(255, 0, 0, -1.0, -1.0, 0, 0.0, 3.0, 0.1, 0.1, 1);
show_hudmessage(plr, "Ready Or Not, Here We Come!");
you can get color code from here
CLICK HERE
__________________