Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
yeganehha committed Jan 23, 2021
1 parent 1791ecc commit f1dbe80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ you can use bellow exports in other client files

| export | description | usage | Example |
|------------------------------ |---------------------------------------|-------------------------------|-----------------------------------------------------------------------|
| isOwnGangVehicle | check is vehicle related Player Gang | for lock or unlock cars door | exports['gang']:isOwnGangVehicle(GetVehiclePedIsIn(PlayerPedId())) |
| isOwnGangVehicle | check is vehicle related Player Gang | for lock or unlock cars door | local vehicle = GetVehiclePedIsIn(PlayerPedId()) exports['gang']:isOwnGangVehicle(vehicle) |
| getGangID | Get Playr Gang ID | Any Where You Want | exports['gang']:getGangID() |
| getGangGrade | Get Playr Gang Grade (0 for boss) | Any Where You Want | exports['gang']:getGangGrade() |
| getGangName | Get Playr Gang Name | in HUD or Any Where You Want | exports['gang']:getGangName() |

0 comments on commit f1dbe80

Please sign in to comment.