natives.isNetworkPlayerActive
Function
Client Only
Online and Offline
Available since Client 1.0.0
bool natives.isNetworkPlayerActive(int playerId)
The natives.isNetworkPlayerActive function is used to check if the Player is connected to a server.
Parameters
1) | int | playerId | The id of the Player. |
Return
bool | A boolean representing whether or not the Player is connected to a server. |
Notes
There aren't any notes for this function.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.
Related
Client Related
addNetworkHandler
connect
disconnect
gta.shutdownAndLaunchNetworkGame
isConnected
isConnecting
removeNetworkHandler