View Single Post
1xAero
Member
Join Date: Feb 2018
Location: Sakha, Russia
Old 08-13-2022 , 09:00   Re: Showing your legs
Reply With Quote #32

Quote:
Originally Posted by SoulWeaver16 View Post
I wonder why when using SetViewEntityBody 2 I get the error:
Code:
Host_Error: no precache: models/player/gordon/gordon.mdl
But when using it without any other plugin loaded, it works fine.
Your fix is:

public plugin_precache()
engfunc(EngFunc_PrecacheModel, "models/player/gordon/gordon.mdl");
1xAero is offline