Hello, i need some help..
im getting this when server starts(server still works and plugin works fine).
PHP Code:
Invalid CVAR Pointer
Run time error 10: native error (native "get_pcvar_num")
Ultimtae_VIP.sma::plugin_precache (line 123)
Here's the function(inc line 123):
PHP Code:
public plugin_precache()
{
if ( get_pcvar_num(usemodels) == 1)
{
precache_model("models/player/smith/smith.mdl")
}
return PLUGIN_CONTINUE;
}
__________________