mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
.
This commit is contained in:
@@ -25,7 +25,7 @@ local function pos_to_string(pos)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function pos_to_gps_string(pos, surface_name)
|
local function pos_to_gps_string(pos, surface_name)
|
||||||
return "[gps=" .. string.format("%.1f", pos.x) .. "," .. string.format("%.1f", pos.y) .. "," .. surface_name "]"
|
return "[gps=" .. string.format("%.1f", pos.x) .. "," .. string.format("%.1f", pos.y) .. "," .. surface_name .. "]"
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Print a message to all players who match the value of admin
|
--- Print a message to all players who match the value of admin
|
||||||
|
|||||||
Reference in New Issue
Block a user