Im working on a new plugin and part of it uses custom models but when the user dies, the model just hovers around and doesnt dissapear confusing people, so my question is is there a way to get rid of the model when the player dies
figured i could use
register_event("DeathMsg","death","a")
to see when they die, but is there a function to get rid of the model?