set_task...
I know this is a dumb question... But why this doesn't work?!
Code:
set_task(get_cvar_num(something), "something", id)Code:
set_task(get_cvar_num("something"), "something", id)Code:
Warning: Tag mismatch on line 100Code:
Error: Argument type mismatch (argument 1) on line 100Thanks. EDIT:I already searched FORUM - Dont post a link to Search =] Sorry for my bad english. |
Re: set_task...
In set_task time is a float,so will be (1.0, 20.0, 33.1 etc.)
Use get_pcvar_float(pcvar) or get_cvar_float("cvar name") :wink: |
Re: set_task...
Thanks. I was so stupid..
|
| All times are GMT -4. The time now is 21:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.