πŸ‘·β€β™‚οΈGet Job & Gang Functionality

circle-exclamation

Server Side

The function GetPlayerJob(playerId) is used to get the current player job.

This is located in server/functions.lua

The function GetPlayerGang(playerId) is used to get the current player gang.

This is located in server/functions.lua

Client Side

The function GetJob(playerId) is used to get the current player job.

This is located in client/editable.lua

The function GetGang(playerId) is used to get the current player gang.

This is located in client/editable.lua

Last updated