native error @ plugin_precache
Quote:
PHP Code:
|
Re: native error @ plugin_precache
plugin_precache happens before plugin_init, so the cvars may not exist yet. And you can't have plugin_precache twice, merge it in a single block. (I don't even know if you can register cvars in precache. If not, you should use a text file instead)
|
Re: native error @ plugin_precache
To avoid to miss with pointer in such function, you should try to declare your cvar in plugin_init () and precaching all sounds using EngFunc_PrecacheSound, in plugin_init() or plugin_cfg().
|
Re: native error @ plugin_precache
ok ty fixed.
|
| All times are GMT -4. The time now is 01:55. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.