We will see in this tutorial how to place spawn points for jobs on your DarkRP server.

How to enable custom spawns?

  1. Go to your GMod control panel.
  2. Click on Files & FTP.
  3. Make sure the customspawns option is enabled on your server.
    Open darkrpmodification/settings.lua and verify that the value GM.Config.customspawns equals true.
    If not, modify it and save the file.
  4. Restart your Garry's Mod server.

Add a new job spawn

  1. We will add a spawn for a job on our DarkRP server.
  2. Go to your server and enter in the following command to add a new spawn on your current position:
    /addspawn "jobname"

  3. If everything went well, you should see on your screen that the job has been added.
  4. If you have problems, try:
    /set spawn "jobname"

The spawn of your jobs has been setup! Have a good game ;)