Just one thing,i created my sprite with Sprwiz,done the precaching but when using:
Code:
public makespr(id) {
message_begin(MSG_ONE,get_user_msgid("StatusIcon"),{0,0,0},id);
write_byte(1); // status (0=hide, 1=show, 2=flash)
write_string("sprites/test.spr"); // sprite name
write_byte(0); // red
write_byte(210); // green
write_byte(0); // blue
message_end();
}
It won't show up on the hud,any ideas please?
Ps:Yes you can print sprites to huds on other mods,saw an NS plugin once doing it...