Forum
CS2D Scripts run other script while server is runningrun other script while server is running
2 replies 1
1
lua dofile("%PATH_TO_SCRIPT%");
but be aware that the old script will still run.
If you know lua you an extend scripts with an unload function.
lua "dofile('sys/lua/test.lua')"
1