Customization
What to change notifications, add your hud snippets or change some server values?
Notifications
To change Notifications script to your custom, navigate to
client/utils.lua
and change code under function on line9.
Hud: show/hide
To automatically toggle your hud when access vehicleshop you must connect it to our script. Navigate to
client/utils.lua
and change code under function on line17
Insert Purchased Vehicle to database
Using custom Garage script or have some cutom values in database? Navigate to server/utils.lua and change code under function on line
3
onVehiclePurchase
Using this function located in Server/utils.lua you can fetch data and use it in other script when you purchase vehicle from CarDealer. This function is triggered while vehicle is purchased
Last updated