Quote:
Originally Posted by CrazY.
set_task is what you're looking for
|
I tried using set_task with different times, but the variability taken to load the configs and the plugin_* functions is causing cvars to turn back to normal. For example:
plugin_init() -> cvar loaded and set to default value
server_exec() -> server cvars loaded, no cvar set here.
plugin_cfg() -> set_pcvar_num the cvar to another value
config.cfg -> config cvars loaded, changing back cvar to default
checkfunctions() -> forward function that loads in plugin_init -> if(get_pcvar_num(cvar)) -> fails to carry out the desired option.
Best regards,
MaNaReaver.
__________________