From 53742b0a8aba3468935b262e3b0a4021b972986e Mon Sep 17 00:00:00 2001 From: via Date: Fri, 1 Sep 2023 14:19:13 +0000 Subject: [PATCH] Update 'In Game Admin Helpers' --- In-Game-Admin-Helpers.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/In-Game-Admin-Helpers.md b/In-Game-Admin-Helpers.md index 78d9232..84b61c7 100644 --- a/In-Game-Admin-Helpers.md +++ b/In-Game-Admin-Helpers.md @@ -19,6 +19,19 @@ Change to time x: skipTime ((x - dayTime + 24) % 24); ``` +# Get a Specific Player +``` +name (playableUnits select x) +``` +returns the name of unit +eg. +``` +name (playableUnits select 1) +(playableUnits select 1) setPos (getPos player) +``` +Get the name of unit in position 1 (indexing starts from 0), then teleport them to me if run locally. + + # Get All Loadout Items ``` AllPlayableUnitsItens = [];