View Single Post
Author Message
maxolahird
Veteran Member
Join Date: Dec 2012
Old 12-21-2016 , 00:53   Replace xp info message with HUD
Reply With Quote #1

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!
maxolahird is offline