when i did that it gave me loads of errors :S
Code:
set_task(0.1,"dostuff",id)
}
}
public dostuff(id) {
// if user is alive
if(is_user_alive(id)) {
set_user_health(id,1)
cs_set_user_money(player,"0")
give_item(id,"weapon_scout")
give_item(id,"ammo_scout")
}
}
i just added cs_set_user_money and it doesnt work :S i added cstrike in the inculde though still gives an error