Warning
If you do not have programming experience, it is recommended not to modify this code to avoid breaking the system.
The function GetPlayerJob(playerId) is used to get the current player job.
GetPlayerJob(playerId)
This is located in server/functions.lua
The function GetPlayerGang(playerId) is used to get the current player gang.
GetPlayerGang(playerId)
The function GetJob(playerId) is used to get the current player job.
GetJob(playerId)
This is located in client/editable.lua
The function GetGang(playerId) is used to get the current player gang.
GetGang(playerId)
Last updated 5 months ago