playa slaya has written
I need help.Icant figure out how to make lua files i downloaded to work.I put them in the sys\lua folder but it doesnt work when i start a map.
You need to activate them in the Server.lua file
Example
Open up the Server.lua in the lua folder
There should be stuff like
-- dofile("sys/lua/exampleforbeginnrs.lua")
Write the lua file that you want in this format
-- dofile("sys/lua/whatyouwant.lua")
Then delete this part --
So to activate
dofile(Activated)
-- dofile(Deactivated)