ForceUserOutOfRC

From Nomad DB

Forces a player to exit the currently connected remote control entity like drones or forklifts.

Syntax

ForceUserOutOfRC(userEntityId)
  • userEntityId (string): Entity ID of the RC user

Example

Forces the local player out of the currently used RC entity.

ForceUserOutOfRC(GetLocalPlayerEntityId())

Related Pages