I got a problem with human classes when hud has to show their class:
Hlds error:
Code:
L 03/15/2010 - 21:57:42: Function is not present (function "Task_Showclass") (plugin "zombie_swarm.amxx")
L 03/15/2010 - 21:57:42: [AMXX] Displaying debug trace (plugin "zombie_swarm.amxx")
L 03/15/2010 - 21:57:42: [AMXX] Run time error 10: native error (native "set_task")
L 03/15/2010 - 21:57:42: [AMXX] [0] zombie_swarm.sma::bacon_spawn (line 706)
706 Line:
PHP Code:
if(!task_exists(TASKID_SHOWHUD + id))
set_task(0.2, "Task_Showclass", TASKID_SHOWHUD + id)
But i can't define another one becouse there is one for zombie classes what should i do that hud show human class to CT ?