Forum

> > CS2D > Scripts > Empty Scout (0|0)
Forums overviewCS2D overview Scripts overviewLog in to reply

English Empty Scout (0|0)

4 replies
To the start Previous 1 Next To the start

old Empty Scout (0|0)

Crash13
User Off Offline

Quote
Hi again. Can look here?

1
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?

old Re: Empty Scout (0|0)

Crash13
User Off Offline

Quote
user Time has written
Hmm I don't think it's possible


Oh ok. Thanks Time

Do you know 100 % that is not possible?
edited 1×, last 21.01.12 07:34:44 pm
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview