GTA V NativesplayerPlayer::isSpecialAbilityUnlockedOn this pagePlayer::isSpecialAbilityUnlockedSyntax ```js mp.game.player.isSpecialAbilityUnlocked(playerModel); ``` Required Arguments playerModel: Model hash or name Return value Boolean Example ```js // todo ``` See also