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 = [];