mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 22:34:53 +02:00
finish grizzly adams and daniel steelsoul tasks
This commit is contained in:
@@ -23,7 +23,7 @@ function onSay(player, words, param)
|
||||
|
||||
if isFound then
|
||||
local position = item:getPosition()
|
||||
player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, "Your current position is: " .. position.x .. ", " .. position.y .. ", " .. position.z .. ".")
|
||||
player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, "Item position is: " .. position.x .. ", " .. position.y .. ", " .. position.z .. ".")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user