[SOLVED] Permanant HUD Message Help
im trying to get a Constant HUD Message Display..
using same code from my other plugins but it doesnt seem to work... and now showing any errors in logs.. in my plugin_init() PHP Code:
PHP Code:
|
Re: Permanant HUD Message Help
This task hasn't got id. You must do the loop. In the global variables add:
Code:
new g_MaxPlayers;Code:
public plugin_cfg(){Code:
public ShowHud(){Code:
set_task(1.0, "ShowHud", _, _, _, "b")Code:
set_task(1.0, "ShowHud",.flags = "b")Code:
public client_putinserver(id) |
Re: Permanant HUD Message Help
works thanks :P...
|
| All times are GMT -4. The time now is 20:36. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.