PlayerIsPlaying Property

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets a value indicating whether this player is playing.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public bool IsPlaying { get; }

Property Value

Type: Boolean
true if this player is playing; otherwise, false.
Remarks

A player is considered playing if he has a Ped, isn't dead, isn't injured and isn't arrested.
See Also

Reference