summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/Core/functions.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--MCServer/Plugins/Core/functions.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/MCServer/Plugins/Core/functions.lua b/MCServer/Plugins/Core/functions.lua
new file mode 100644
index 000000000..6d82d2253
--- /dev/null
+++ b/MCServer/Plugins/Core/functions.lua
@@ -0,0 +1,5 @@
+function SetBackCoordinates( Player )
+ X[Player:GetName()] = Player:GetPosX()
+ Y[Player:GetName()] = Player:GetPosY()
+ Z[Player:GetName()] = Player:GetPosZ()
+end \ No newline at end of file