Tried many things.
Eh, I'm at a loss once again.
I keep getting a ShowHUD error, within the game (I have debug on). No compiling errors. Just an error in the game. Code:
Code:
Plugin called message_begin with and invalid message id (0).I checked through it several times And yeah this is based off the Animal Mod's ShowHUD... Thanks XunTric lol |
that means gmsgStatusText is 0, you need to set it up in plugin_ini
|
Oh, set it up in the plugin_init?
Code:
|
i double checked the amxx source and I was right, it means that is 0. Maybe you have another var in the plugin overwriting memory and messing up that var.
|
Grr!
Gah, okay yeah I fixed it by moving the gmsgStatusText up to a higher point on the plugin_init, but it still doesn't show the XP/Levels in the HUD... >.<
-edit: NVM FIXED IT, needed to add a write_byte(0) to the message func ^_^ |
| All times are GMT -4. The time now is 08:04. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.