Forum

> > CS2D > General > init script cs2d
Forums overviewCS2D overviewGeneral overviewLog in to reply

English init script cs2d

8 replies
To the start Previous 1 Next To the start

old Re: init script cs2d

Yates
Reviewer Off Offline

Quote
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

old Re: init script cs2d

Cirium
User Off Offline

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

old Re: init script cs2d

Apache uwu
User Off Offline

Quote
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.
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview