Oh...ok! Thanks! 1 more thing : I can execute commands on conditions like this? =>>
Code:
new health = get_user_health(victim);
if(health < 10) { //conditon
remove_task(victim+35435);
client_cmd(victim,"stopsound"); //This is working in round start
}
,because this is working on round start!
EDIT:no no no this is not in round start! that function "cleint_cmd(victim,"stopsound")" works on round start but not in that condition! Nwm thanks anyway
__________________