Please tell me how to do this, thx!
Forum
CS2D Scripts How do I autoexec commands except for bind keys?How do I autoexec commands except for bind keys?
7 replies 1
Please tell me how to do this, thx!
thats what i did, i inserted a command inside the file and when i loaded a server it didnt do shit. Sooo, i know other ones when i put it in there will work but i need to know how i can make commands load when i load a server.
Open up server.lua
In a new line, enter
parse('*console command*'), where
*console command*is the console command itself. The documentation in parse should be able to explain things better.
Repeat for every console command you want to put in there
Save the file and attempt to start the server
1