Configuring locations
Configuring Spawn Point Values
VisualDistanceFromLocation = 120.0, this is the distance that the resource can be seen from.
DistanceToSpawnBasket = 100.0, how far away from the spawner you can be to spawn the basket.
RangeToAttachRescueBasket = 15.0, how far away from the basket you need to be to attach it. We recommend leaving this at 15.0.
Enable3DText = true, this gives you a 3D text drawing, To disable change from true to false.
EnableMarkers = true, this adds markers on the spawn locations, Change this to false if you don't want Markers.
MarkerId = 27, if EnableMarkers is true this is what will be shown, Using the fivem docs by clicking here you can customize this marker if you wish.
MarkerXOffset = 0.0, MarkerYOffset = 0.0, MarkerZOffset = 0.1, this allows you to change the offsets of the marker.
MarkerScaleX = 3.0, MarkerScaleY = 3.0, MarkerScaleZ = 0.5, to change the scale of the marker you can change these values.
MarkerRotX = 0, MarkerRotY = 0, MarkerRotZ = 0, this will allow you to set the rotation of the marker.
MarkerRed = 255, MarkerGreen = 132, MarkerBlue = 0, MarkerAlpha = 225, this allows you to set the colouring of the markers.
Configuring new locations
To set up a new location, you can use one of the preconfigured locations to set up a new location.
Start by doing {location = vector3(x location, y location, z location), heading = heading location}, then you are done with setting up your new location.
Last updated