Hello I was wondering how I can make this HUD more transparent because you can barely see it.. And I want it blue again
Code:
set_hudmessage(0, 0, 255, 0.8, 0.07, 0, 0.0, hold_time, 0.0, 0.0, 3)
show_hudmessage(0,"Players Not Ready (%d/%d)",pug_get_players() - pug_total_ready,minplayers )
And also how can I change
Code:
client_print(id, print_notify, "** %L **", id, "STOP_FLOOD")
into a say instead of console
__________________