Forum

> > CS2D > General > classes
Forums overviewCS2D overviewGeneral overviewLog in to reply

English classes

11 replies
To the start Previous 1 Next To the start

old classes

mortyr22
User Off Offline

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

old Re: classes

Nem
User Off Offline

Quote
lua scripts.

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

old Re: classes

DC
Admin Off Offline

Quote
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.

old Re: classes

sOn_of_a_BirCH
User Off Offline

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

old Re: classes

TimeQuesT
User Off Offline

Quote
:
1
2
3
4
5
6
addhook ("spawn","spa")
function spa (id)
if (player(id,"team")==2) then
menu (id,".....,.....,....")
end
end
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview