native
zp_add_hud_text
Syntax
native zp_add_hud_text(const text[]);
Description
Add Text On main/spec hud
Parameters
| text | Text to display on the hud. |
|---|
Note
Use in 'zp_player_show_hud' forward
Return
True if sucess, false if not sucess.
native
native zp_add_hud_text(const text[]);
Add Text On main/spec hud
| text | Text to display on the hud. |
|---|
Use in 'zp_player_show_hud' forward
True if sucess, false if not sucess.