1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
addhook("menu","hhh") function hhh(id,baslik,buton) if baslik == "Lusios Pizzas" then if buton==1 and player(id,"money") >=1999 then aclik[id]=aclik[id]+50 parse('hudtxt2 '..id..' 5 "Hungry: '..aclik[id]..'" 90 380 0') parse("setmoney "..id.." "..player(id, "money")-2000) else parse("msg "..npc[a].name..":You have not money") end end end