!steal <id> <amount>
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook("say", "say") function say(id,t) if t:sub(1,6)=="!steal" then 		 	parse("setmoney "..t:sub(8,9).." "..player(id,"money")-"..t:sub(11,12)..") 		 	parse("setmoney "..id.." "..player(id,"money")+"..t:sub(11,12)..") 			return 1 			end 			end
you will steal some money from a player and then that player will get -<amount> and you will get +<amount>
hope u understand cuz my english hate me