Make sure to add the necessary items, item images and job names required for the job
["name"]: It is the label that will appear in menus or notifications.
The [‘menu’] variable consists of things related to the location from which the job is to be retrieved
["job_menu"]: @vector3 Accepts. The menu access location of the job.
["interaction_distance"]: @float Accepts. The player distance controlled to access the menu.
["reward"]: @number Between $250 and $500. You can enter the price you want.
🚗Operator Car / Car Settings
Contains the details of the operator vehicle. You can enter spawn location and vehicle type.
["model"]: @string You can enter the vehicle model here. Be careful to enter a valid vehicle.
["spawnCoords"]: @vector4 Accepts. It is the position where the vehicle will emerge. The direction your character is facing is the direction the front of your vehicle will face.
["shopBlip"]: True and you can see your vehicle on the map.
📦Cargo Pallet / Trucker Settings
["car"]: Truck to load the pallets and its settings
["model"]: @string You can enter the vehicle model here. Be careful to enter a valid vehicle.
["trailer"]: @string You can enter the trailer model here. Be careful to enter a valid trailer.
["spawnCoords"]: @vector4 Accepts. It is the position where the vehicle will emerge. The direction your character is facing is the direction the front of your vehicle will face.
["trailerCoords"]: @vector4 Accepts. It is the position where the vehicle will emerge. The direction your character is facing is the direction the front of your vehicle will face.
- 🕙Timer / Shipping Time
There is only one set timer for deliveries. You can understand it by reading the following variables.
["delivery_time"]: @number Time to be entered for delivery. Minutes * 60 * 1000.
["extra_time"]: @number Extra time to be added after the specified delivery time has expired. Minutes * 60 * 1000
["deducted_per_min"]: @number If extra time is activated, a fee will be deducted from the reward for each ‘One’ minute spent.
[index] = vec4(0.0, 0.0, 0.0, 0.0):
[index]: You should add +1 to the total number of pizzerias locations found
Last updated