Customization
Our script is fully configurable, allowing you to customize it however you like. You can also modify many functions located in the so-called "Editable" zone!
With the Editable files, you can:
Add your own FRAMEWORK
Modify functions, such as:
Add a new clothing system
Add a new inventory system
Customize the progress bar
Modify notifications
Change the targeting system
Customize fuel and vehicle key systems
Modify the revive function
You also gain access to the client-side functions of our library, such as:
SH.MarkNewCoords(coords, marker, floatingText, ped, exitEvent, pressEvent, additionalData)
SH.RemoveMarkedCoords(index)
SH.playAnim(dict, lib, index, prop, movement)
SH.CheckPermission(permissionName)
SH.fadeInEntity(entity, half)
SH.addBlip(coords, blipId, blipColor, blipLabel)
SH.EnumerateVehicles()
Last updated