c4 hud fix
hi, i maked this:
Code:
#include <amxmodx>So, for example "mp_c4timer is 35", appear with hudmessage only C4 : 34 ; Any ideia to fix this ? thanks |
Re: c4 hud fix
I'd reckon it's because you have --g_c4timer which subtracts 1 from g_c4timer.
|
Re: c4 hud fix
should be
Code:
show_hudmessage(0, "C4: %d",g_c4timer) |
Re: c4 hud fix
I think:
Code:
show_hudmessage(0, "C4: %d", g_c4timer) |
Re: c4 hud fix
Quote:
|
Re: c4 hud fix
with this works,
Code:
#include <amxmodx>- But, it's changed completely the c4 timer cvar ; It's changed it in "45 seconds" . Why ? |
Re: c4 hud fix
EDIT: I think this will work.
Code:
|
Re: c4 hud fix
i remaked with pcvars, and doesent works
CODE: Code:
#include <amxmodx>Have anybody an idea to fix it ? |
| All times are GMT -4. The time now is 00:43. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.