

addhook("menu", "mymenu")
function noob(id, nob)
if(nob==1) then
menu(id,"New Shop,Snipers,Rifles,Rpg,Armors,Items")
end
end
function mymenu(id,a,b)
if a=="New Shop" then
if b==1 then
menu(id,"Snipers,Awp:8000$,Scout:13000$")
end
end
end
elseif a == "Snipers" then
local mon = player(id,"money")
if b==1 and mon>500 then
parse("equip "..id.." 35")
parse("setmoney "..id.." "..mon-8000)
elseif mon<500 then
msg("©000255255You don't have money to buy this")
end
elseif a == "Snipers" then
local mon = player(id,"money")
if b==2 and mon>=13000 then
parse("equip "..id.." 34")
parse("setmoney "..id.." "..mon-13000)
elseif mon<13000 then
msg("©000255255You don't have money to buy this")
end
end
end