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:
public ShowHUD(id) {
new Message[51]
format (Message, 50, "Level: %i XP: %i", g_PlayerLevel[id], g_PlayerXP[id]);
message_begin(MSG_BROADCAST, gmsgStatusText, {150,150,150}, id)
write_string(Message)
message_end()
}
Code:
Plugin called message_begin with and invalid message id (0).
Run time error 10: native error (native "message_being")
[0] textmBSlsI.sma::ShowHUD (line 146)
Am I missing something?
I checked through it several times
And yeah this is based off the Animal Mod's ShowHUD... Thanks XunTric lol