1
2
3
4
5
6
2
3
4
5
6
addhook("hit","god_hit") function god_hit(id, source) if (player(source,"bot")) then return 1 end end
addhook("hit","god_hit") function god_hit(id, source) if (player(source,"bot")) then return 1 end end
addhook("hit","god_hit") function god_hit(id) if (player(id,"bot")==false) then return 1 end end
addhook ("hit","hun") function hun(id,source) if (player(source,"bot")) then return 1; end end