About HUD
Hey, so im working on a plugin with xp and things like that, have the xp system working etc...
but im facing a problem, iwant a hud message that stays all the time and doesnt dissapear. This is what i have tried: Code:
public showallhud() |
Re: About HUD
PHP Code:
|
Re: About HUD
new -> static
Code:
set_hudmessage(255, 255, 255, 0.02, 0.92, 0, 6.0, 12.0, 0.01, 0.01, 23)Code:
set_hudmessage(255, 255, 255, 0.02, 0.92, 0, 6.0, 1.0, 0.01, 0.01, 4)Code:
for(new i;i < pnum;i++ )Code:
for(new i = 0;i < pnum;i++ )PHP Code:
|
Re: About HUD
Quote:
Thanks! |
| All times are GMT -4. The time now is 06:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.