Forum

> > CS2D > Scripts > Start Weapon Round
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Start Weapon Round

10 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Start Weapon Round

sheeL
User Off Offline

Zitieren
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 '.'
3× editiert, zuletzt 18.11.11 18:59:50

alt '-'

sheeL
User Off Offline

Zitieren
is in English

alt Re: Start Weapon Round

sheeL
User Off Offline

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

alt Re: Start Weapon Round

if
User Off Offline

Zitieren
@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
2× editiert, zuletzt 18.11.11 19:10:31

alt :s

sheeL
User Off Offline

Zitieren
Not working
1× editiert, zuletzt 18.11.11 19:13:52

alt Re: Start Weapon Round

if
User Off Offline

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

alt '.'

sheeL
User Off Offline

Zitieren
how so?

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

alt Re: Start Weapon Round

Kel9290
User Off Offline

Zitieren
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
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht