Usage
Starting the Job
Go to the pizza shop location (
Config.StartPoint
).Press E (or your standard interact key) to begin the pizza delivery job.
A vehicle spawns at
Config.VehicleSpawnPoint
, ready for use.
Delivering Pizzas
The script picks a delivery route from
Config.DeliveryPoints
βfirst driving tovehiclePoint
, then on foot or by car todeliveryPoint
.Players may have to pick up a pizza box (depending on your script logic) and press E again to complete the delivery.
Receiving Payment
Each successful delivery awards
Config.Payment
dollars.If
Config.UseCustomNotify
istrue
, the script calls your custom event logic; otherwise, ESX/QB or default GTA notifications display the success message.
Repeat or End
Continue delivering pizzas for additional earnings, or end the job by returning the vehicle or leaving the area (based on your script logic).
Last updated