Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.91 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.91 KB

FiveM Profile | Support Me Here


Information

System for gangs to capture zones (areas) on the map. Once captured gangs can make money from illegal sales done in the area or money washing.

Requirements


Exports

Open Menu TriggerClientEvent('bixbi_territories:TerritoryInfoMenu')

Sale Complete
TriggerServerEvent('bixbi_territories:sv_Sale', source, zone, type*, amount*, item*, count*) * = Optional. If location is nil you need to supply localPlayerId, and vice-versa.

Example: TriggerServerEvent('bixbi_territories:sv_Sale', source, GetNameOfZone(GetEntityCoords(PlayerPedId())), 'moneywash')


Feel free to modify to your liking. Please keep my name (Leah#0001) in the credits of the fxmanifest. If your modification is a bug-fix I ask that you make a pull request, this is a free script; please contribute when you can.