Check if player is in godmode?

Hello,

Just wondering, is there a way to check if a player has godmode on in lambda trainer?

Thanks,
Scotty

GetPlayerInvincible(PlayerId())?

Lambda sets it using the native so, you should be able to get it with the native: https://github.com/citizenfx/project-lambdamenu/blob/8fdeca817ec86e98cf909ec73625e44965b2fee3/LambdaMenu/script.cpp#L1730

1 Like

Thanks :slight_smile: