Código:
-- -------------------------------------------------------------------------- --
-- Ta esperando oque faça agora mesmo seu servidor --
-- Servidores qualidade 3.3.5a , 4.0.4 , 5.4.8 , 6.2.0 --
-- Acesse já https://windbrasil.com.br/ --
-- -------------------------------------------------------------------------- --
print("Script desenvolvido por WindBR ")
local function OnCommand(event, player, command, lang)
if (player and command == "mall") then
if (player:IsInCombat() == true) then
player:SendBroadcastMessage("|cffffff00[ |cffff0000! |cffffff00] |r |cffffffffVoce esta em combate |cffffff00[ |cffff0000! |cffffff00] |r")
else
player:Teleport( 1, 1034.290405, -2093.498047, 124.714195, 4.741277 )
end
end
end
RegisterPlayerEvent(42, OnCommand)
Retorno para Shopping mall
.mall
Créditos Eu mesmo
Última edição por windownsserversbr em Qui 4 Jun 2015 - 19:10, editado 1 vez(es)