AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Tech Support (https://forums.alliedmods.net/forumdisplay.php?f=36)
-   -   XP/Levels Hud Question (https://forums.alliedmods.net/showthread.php?t=316152)

josko 05-10-2019 08:56

XP/Levels Hud Question
 
Hello!

I'm trying to move the XP/Levels Hud from middle to the side of the screen, how do I do it?

I have looked everywhere, even in the superhero plugin itself, but found nothing!

Im sure there is a way to move that hud rather than having it infront of your crosshairs...

heliumdream 06-08-2019 10:39

Re: XP/Levels Hud Question
 
Inside the respective script, look for the lines of code that draw the text in the HUD.
It will have number values, those number values control the x,y coordinates on the screens.
Recompile the script, replace the old amxx with the new.

aEEk 08-09-2019 14:50

Re: XP/Levels Hud Question
 
Check this out https://forums.alliedmods.net/showthread.php?t=110759

landfall 10-25-2019 18:32

Re: XP/Levels Hud Question
 
Players can change this with hud_centerid 0. I had this issue with Counter-Strike: Condition Zero, the game had hud_centerid 1 by default.

You as a server can display this message as a hud message to avoid the problem. Search for writeStatusMessage(id, const message[64]) in superheromod.sma, this is what you want to change.


All times are GMT -4. The time now is 02:57.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.