Forum

> > CS2D > General > classes
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch classes

11 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt classes

mortyr22
User Off Offline

Zitieren
how to activate classes in cs2d?√(i search answer in forums)

alt Re: classes

Nem
User Off Offline

Zitieren
lua scripts.

hmmm, i can say a future of this thread:
closed

alt Re: classes

DC
Admin Off Offline

Zitieren
read sys\lua\server.lua

you just have to edit this file (remove the "--" comment in front of the classes dofile line). you can edit the lua file with the windows texteditor or notepad.

afterwards restart cs2d and host a server. that's it.

alt Re: classes

sOn_of_a_BirCH
User Off Offline

Zitieren
DC you could collect threads like this as tutorial questions. so that noone needs to open a new thread.

alt Re: classes

TimeQuesT
User Off Offline

Zitieren
:
1
2
3
4
5
6
addhook ("spawn","spa")
function spa (id)
if (player(id,"team")==2) then
menu (id,".....,.....,....")
end
end
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht