GTA V NativesplayerPlayer::getPlayerGroupOn this pagePlayer::getPlayerGroupReturns the group ID the player is member of. Syntax ```js mp.game.player.getPlayerGroup(); ``` Required Arguments Return value int Example ```js // todo ``` See also