Quote:
Originally Posted by mi1s0n
3 - how can I show a hud message when a user connects?
|
In the amxmodx.inc you will find client_putinserver() which is called when the player joins the game, declare it as a public function, then use the natives set_hudmessage() and show_hudmessage() to set and show the hud colors with the wanted colors\positions.
That's all.
__________________