1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
addhook("serveraction","yu")
function yu(id,act)
if act == 1 then
menu(id,"Weapons,P228,Deagie,M3,XM1014,M4A1,SG552,AWP,Tactical Shield")
end
end
addhook("menu","yunu")
function yunu(id,title,button)
if title == "Weapons" then
if button == 1 then
parse("equip "..id.." 4")
elseif button == 2 then
parse("equip "..id.." 3")
elseif button == 3 then
parse("equip "..id.." 10")
elseif button == 4 then
parse("equip "..id.." 11")
elseif button == 5 then
parse("equip "..id.." 32")
elseif button == 6 then
parse("equip "..id.." 31")
elseif button == 7 then
parse("equip "..id.." 36")
elseif button == 8 then
parse("equip "..id.." 41")
end
end
end
Here i can't test it im in phone