Forum




Shoot a player get money?
4 replies



1
2
3
4
5
6
7
2
3
4
5
6
7
addhook("hit","myhithook") function myhithook(id, source, weapon, hpdmg) 	if player(source, "exists") then 		parse("setmoney "..source.." "..player(source, "money") + 10) 	end end






