you mean set hud message
PHP Code:
set_hudmessage(255, 255, 255, -1.0, -1.0, 0, 6.0, 12.0)
show_hudmessage(id, "text")
text will be desplayed in white at the center of the screen in 12 sec
PHP Code:
what the values mean...
set_hudmessage(red, green, blue, x, y, effect, fxtime, time)
show_hudmessage(id, "message")
change id to 0 and everyone will see it-.-
to show an integer or a string in the message
PHP Code:
show_hudmessage(id, "text %i ", integer)
show_hudmessage(id, "text %s", string)
The easys way to make one is the hud message generator on amxx-studio
__________________