ForceUserOutOfRC

From Nomad DB
Revision as of 19:06, 16 April 2020 by Cobra (talk | contribs) (Created page with "Forces a player to exit the currently connected remote control entity like drones or forklifts. == Syntax == <syntaxhighlight lang="lua"> ForceUserOutOfRC(userEnti...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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