Thread: quick help
View Single Post
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 04-22-2022 , 07:08   Re: quick help
Reply With Quote #5

Actually, they will. The plugin is not written correctly.

Code:
set_task(cvar_time, "Unfreeze", id)

"cvar_time" is a cvar pointer, not a value that can be used within "set_task". This should be "get_pcvar_float(cvar_time)"
__________________

Last edited by OciXCrom; 04-22-2022 at 07:08.
OciXCrom is offline
Send a message via Skype™ to OciXCrom