Get_pcvar_float() also reads integers as floats ?
Im worried that he will let an integer value while the plugin will read it as an float? should not you use float() just to br sure ?
I think the best is to let it that way and simply ads float() inside of set task .
Edit: sorry, to use
Code:
set_task(float(get_pcvar_num(cvar_time)), "Unfreeze", id )
__________________