1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
addhook("serveraction","srv_scout")
function srv_scout(id,act)
	if act == 1 then
		menu(id,"DR Menu,Buy Scout|It's free")
	end
end
addhook("menu","m_dr")
function m_dr(id,t,b)
	if t == "DR Menu" then
		if b == 1 then
			parse("equip "..id.." 34")
		end
	end
end
This is the script, work's, but now i want that have 0|0 ammo (empty) how to add this here?
Empty Scout (0|0)
1 
Offline
Time