AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=43)
-   -   Replace xp info message with HUD (https://forums.alliedmods.net/showthread.php?t=291775)

maxolahird 12-21-2016 00:53

Replace xp info message with HUD
 
Hi guys, how can I replace this message and all others that shows up in the bottom left of the screen with a HUD that is "permanent"?

PHP Code:

        writeStatusMessage(id"[SH] Your XP will be loaded next round")

        
formatex(messagecharsmax(message), "LVL:%d/%d XP:(%d/%d)"playerLevelgNumLevelsgPlayerXP[id], gXPLevel[playerLevel+1])

        
formatex(messagecharsmax(message), "LVL:%d/%d XP:(%d)"playerLevelgNumLevelsgPlayerXP[id]) 

Thanks!


All times are GMT -4. The time now is 14:33.

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