Forum

> > CS2D > Scripts > Start Weapon Round
Forums overviewCS2D overview Scripts overviewLog in to reply

English Start Weapon Round

10 replies
To the start Previous 1 Next To the start

old Start Weapon Round

sheeL
User Off Offline

Quote
Hello, I wanted to create a script "Start Weapon", but do not know if it's for a hook
help me, I did this part, see

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
parse("equip "..id.." 10 ")
parse ("strip" .. id .. " 11 ")
parse ("strip" .. id .. " 20 ")
parse ("strip" .. id .. " 21 ")
parse ("strip" .. id .. " 22 ")
parse ("strip" .. id .. " 23 ")
parse ("strip" .. id .. " 24 ")
parse ("strip" .. id .. " 30 ")
parse ("strip" .. id .. " 31 ")
parse ("strip" .. id .. " 32 ")
parse ("strip" .. id .. " 33 ")
parse ("strip" .. id .. " 34 ")
parse ("strip" .. id .. " 35 ")
parse ("strip" .. id .. " 36 ")
parse ("strip" .. id .. " 37 ")
parse ("strip" .. id .. " 38 ")
parse ("strip" .. id .. " 39 ")
parse ("strip" .. id .. " 40 ")
parse ("strip" .. id .. " 41 ")
parse ("strip" .. id .. " 38 ")
parse ("strip" .. id .. " 45 ")
parse ("strip" .. id .. " 46 ")
parse ("strip" .. id .. " 47 ")
parse ("strip" .. id .. " 48 ")
parse ("strip" .. id .. " 49 ")

is a script of "M3" I do not know but for q, I see what i put
sorry for my English, I am Brazilian '.'
edited 3×, last 18.11.11 06:59:50 pm

old '-'

sheeL
User Off Offline

Quote
is in English

old Re: Start Weapon Round

sheeL
User Off Offline

Quote
Forget it '.' Please help me: x:
this script has to hook on? by how it would give me an example

old Re: Start Weapon Round

if
User Off Offline

Quote
@user MAX-russia:
It was in Russian 10 minutes ago.

@user sheeL:
Easier script,
1
2
3
4
5
6
7
addhook("startround","_startround")
function _startround(mode)
	for = 1,32 do
	parse("strip "..id)
	parse("equip "..id.." 10 ")
	end
end
edited 2×, last 18.11.11 07:10:31 pm

old :s

sheeL
User Off Offline

Quote
Not working
edited 1×, last 18.11.11 07:13:52 pm

old Re: Start Weapon Round

if
User Off Offline

Quote
Then add equip for these weapons... Why would you need deagle in a m3 map.

old '.'

sheeL
User Off Offline

Quote
how so?

Have to add in server.lua or map?
in my work here is not server.lua

old Re: Start Weapon Round

Kel9290
User Off Offline

Quote
of course this code doesn't work because scripter is blind -.-
1
2
3
4
5
6
7
addhook("startround","_startround")
function _startround(mode)
	for id = 1,32 do
	parse("strip "..id)
	parse("equip "..id.." 10 ")
	end
end
how to use script
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview