📄Setup/Config

Custom Locations

  • You can make of this payment system for a job script that wasn't created by me

  • All you need to do is add the job, grab a vector4 (vector3 + heading) and set if you need a to spawn prop or not

  • For example:

CustomCashRegisters = { -- Located in the config.lua
  ["burgershot"] = { -- Player job role restriction
    { coords = vector4(-1185.5, -878.54, 13.91, 305.53), prop = true, }, -- vector4 to place the till and the way it faces
    { coords = vector4(-1184.34, -880.51, 13.93, 302.04), prop = true, }, -- "prop = true" spawns a prop at the coords
  },
},

Custom Events

You can forgoe the Config location and add it as a direct event example being:

Last updated