Posts: 470
Threads: 44
Joined: Dec 2011
Reputation:
0
The hud and money are server sided.
using TextDraws and scripting, Alot of scripting.
Posts: 1,767
Threads: 124
Joined: Mar 2010
Quote:
Originally Posted by hossa
The hud and money are server sided.
using TextDraws and scripting, Alot of scripting.
|
That is not hard to script it. Do you see any difference between mine custom money HUD and default one?
Just two textdraws, could be one, but looks worse then.
Posts: 185
Threads: 23
Joined: Jan 2013
Reputation:
0
It's like an overlay, no hud is actually removed.
You place textdraw's on-top the old ones and just hide them, using the new one's as replacement.
You can do this most easily with an in-game textdraw editor.
Posts: 1,767
Threads: 124
Joined: Mar 2010
08.08.2013, 11:20
(
Последний раз редактировалось Riddick94; 03.12.2013 в 15:32.
)
Quote:
Originally Posted by BullseyeHawk
It's like an overlay, no hud is actually removed.
You place textdraw's on-top the old ones and just hide them, using the new one's as replacement.
You can do this most easily with an in-game textdraw editor.
|
Amm.. yeah. That what I did, topic creator asked how to destroy and create a new money hud. So basically, if we can't destroy it, we can cover it with the new one, as we seen on both pictures.