We will see in this tutorial how to place spawn points for jobs on your DarkRP server.
How to enable custom spawns?
- Go to your GMod control panel.
- Click on
Files & FTP
. - Make sure the
customspawns
option is enabled on your server.
Opendarkrpmodification/settings.lua
and verify that the valueGM.Config.customspawns
equalstrue
.
If not, modify it and save the file. - Restart your Garry's Mod server.
Add a new job spawn
- We will add a spawn for a job on our DarkRP server.
- Go to your server and enter in the following command to add a new spawn on your current position:
/addspawn "jobname"
- If everything went well, you should see on your screen that the job has been added.
- If you have problems, try:
/set spawn "jobname"
The spawn of your jobs has been setup! Have a good game ;)