Quote:
Originally Posted by OciXCrom
Impossible. Post the full code with your changes.
|
Wait... it was my mistake.
I forgot i edited your plugin a little bit.
The AddCommas function works only for the original HUD message of your plugin, but doesn't work for the edited HUD message.
My ZM server doesn't use the original HUD message. Instead, i disabled it:
Code:
HUDINFO_ENABLED = 1
===>
Code:
HUDINFO_ENABLED = 0
I had to enable the original HUD, so i can see the comma, and realize the AddCommas function actually works perfectly.
See this screenshot:
https://pasteboard.co/X1vmEk3HoSoa.jpg
As you can see in the image above, the AddCommas function works only for the original HUD, but not for the edited HUD - the HUD added in the ZP HUD info message.
I would like the original HUD to be disabled, so only the edited HUD to remain. In other words, i want the comma to be added to the HUD rank message that is part of the ZP HUD info message.
Do you understand what I'm talking about? My English is bad, but i will try explaining better, if you don't understand me.