Forum

> > CS2D > General > init script cs2d
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch init script cs2d

8 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: init script cs2d

Yates
Reviewer Off Offline

Zitieren
initArray?

1
2
3
4
5
6
7
function initArray(m)
	local array = {}
	for i = 1, m do
		array[i]=0
	end
	return array
end

alt Re: init script cs2d

Cirium
User Off Offline

Zitieren
The closest thing to this that your likely to accomplish is by using a simple bash script to execute the CS2D servers.

alt Re: init script cs2d

Apache uwu
User Off Offline

Zitieren
I believe just running the location of the server should work...however it does block, so the command shell you are using will also be blocked.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht