http://i33.tinypic.com/21l1gz9.png
And fix it by yourself
addhook('serveraction','equip') function equip(id,action) 	if (action==1) then 		if (player(id,'money')>=5000) then 			parse('equip '..id..' 45') 			parse('setmoney '..id..' '..(player(id,'money')-4500'))		 		end 	end end
parse('setmoney '..id..' '..(player(id,'money')-4500'))
parse('setmoney '..id..' '..(player(id,'money')-4500'))
--LIES if (txt=="cake") then parse("customkill 0 Lies "..p); end --cheese if (txt=="cheese me") then parse("customkill 0 Cheese "..p); end
if (txt=='cake') then 	parse('customkill '..p..' Lies '..p) end if (txt == 'cheese') then 	parse('customkill '..p..' Cheese '..p) end