Quote:
Originally Posted by Evaldas.Grigas
Download artic.mdl and add it to your cstrike/models folder?
|
No,
Change this:
PHP Code:
public plugin_precache()
{
precache_model("models/arctic.mdl")
}
to this
PHP Code:
public plugin_precache()
{
precache_model("models/player/arctic/arctic.mdl")
}
It should handle the error ..