GetPlayerState

From Onset Developer Wiki
Revision as of 13:02, 14 August 2020 by BlueMountains (talk | contribs)
GetPlayerState

Type: Function
Context: Server
Introduced: v1.0

Description

Get the player ped state.

Syntax

GetPlayerState(player)

Parameters

  • player
    The player identifier.

Return Value

Example

if GetPlayerState(playerid) == PS_DRIVER then
    print("This player state is driver.")
end

See also

Template:PlayerFunctions