Hi, how are you all, I hope you are well!
Let's go, assuming I define the weapon model v_ like this:
Code:
set_pev(id, pev_viewmodel2, skin[SKIN_MODEL]);
How to make the player that is dead/spec doesn't see the custom model, but the game default.
By the way I already have a variable storing the default models, example below.
Code:
set_pev(id, pev_viewmodel2, defaultSkin)
Thanks in advance.
__________________