View Single Post
TheVaskov
Member
Join Date: Sep 2021
Location: Russia
Old 03-25-2024 , 14:55   Re: block hiding v_model
Reply With Quote #5

Quote:
Originally Posted by WATCH_D0GS UNITED View Post
You need to remove the v_ from the file name.

For example, if the file name is v_nagant.mdl, rename it to dod_nagant.mdl.

Precache the file and use
PHP Code:
set_pev(idpev_viewmodel2"dod_nagant.mdl"

I did:
PHP Code:

precache_model
("models/dod_nagant.mdl")
set_pev(idpev_viewmodel2"models/dod_nagant.mdl")

resultno v_model
____
precache_model
("models/dod_nagant.mdl")  
set_pev(idpev_viewmodel2"dod_nagant.mdl")

resultcrash server
_____
precache_model
("dod_nagant.mdl") (file mod-direectory not im "models")
set_pev(idpev_viewmodel2"dod_nagant.mdl")

resultno v_model 
maybe Is there something else I'm missing? Moreover, there are at least 2 ways to change the FOV
__________________
TheVaskov is offline