OnPlayerStateChange: Difference between revisions

From Onset Developer Wiki
No edit summary
mNo edit summary
Line 14: Line 14:


{{RelatedFunctions}}
{{RelatedFunctions}}
{{ServerEvents}}
{{VehicleServerEvents}}

Revision as of 08:12, 16 January 2020

OnPlayerStateChange

Type: Event
Context: Server
Introduced: v1.0

Description

__EDIT_ME__

Syntax

OnPlayerStateChange(player, newstate, oldstate)

Parameters

  • player
    The player who changes state.
  • newstate
    The new state of the player.
  • oldstate
    The old state of the player.

Example

__EDIT_ME__

See also