http://i33.tinypic.com/21l1gz9.png
And fix it by yourself
Scripts
Lua Scripts/Questions/Helpaddhook('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'))
it should be -5000 to substract the money from the player. --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