About plugin_precache()
Code:
public plugin_init()Thanks |
Re: About plugin_precache()
plugin_precache() is called before plugin_init(), so the first time it won't work because the cvar was not registered yet.
|
Re: About plugin_precache()
Quote:
:) |
Re: About plugin_precache()
You can precache things in plugin_init() by using EngFunc_PrecacheModel, EngFunc_PrecacheSound, or EngFunc_PrecacheGeneric.
|
| All times are GMT -4. The time now is 03:50. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.