[YARDIM] Teleport Script

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı furkan58123

  • Yeni Üye
  • *
    • İleti: 27
: 13 Nisan 2019, 13:59:25
Kod
local posicoes =
    {
        {-1209.3858642578,-1093.4058837891,128.265625},
    }

function PosicaoPlayer ( thePlayer, command )
    local azar = math.random ( #posicoes )
local veh = getPedOccupiedVehicle(thePlayer)
if (veh) then
setElementPosition(veh, unpack ( posicoes [ azar ] ) )
else
setElementPosition(thePlayer, unpack ( posicoes [ azar ] ) )
end
outputChatBox ( "".. getPlayerName(thePlayer) .." #FFFFFFJandarma Özel Harekat Basesine Gitti! (#00FF00/joh#FFFFFF)", root, 255, 255, 255, true )
end
addCommandHandler ( "joh", PosicaoPlayer  )

local posicoes =
    {
        {1529.7486572266,-1592.2844238281,13.3828125},
    }

function PosicaoPlayer ( thePlayer, command )
    local azar = math.random ( #posicoes )
local veh = getPedOccupiedVehicle(thePlayer)
if (veh) then
setElementPosition(veh, unpack ( posicoes [ azar ] ) )
else
setElementPosition(thePlayer, unpack ( posicoes [ azar ] ) )
end
outputChatBox ( "".. getPlayerName(thePlayer) .." #FFFFFFPolis Özel Harekat Basesine Gitti! (#00FF00/poh#FFFFFF)", root, 255, 255, 255, true )
end
addCommandHandler ( "poh", PosicaoPlayer  )

local posicoes =
    {
        {1529.7486572266,-1592.2844238281,13.3828125},
    }

function PosicaoPlayer ( thePlayer, command )
    local azar = math.random ( #posicoes )
local veh = getPedOccupiedVehicle(thePlayer)
if (veh) then
setElementPosition(veh, unpack ( posicoes [ azar ] ) )
else
setElementPosition(thePlayer, unpack ( posicoes [ azar ] ) )
end
outputChatBox ( "".. getPlayerName(thePlayer) .." #FFFFFFAlsancak Emniyet Müdürlüğü Basesine Gitti! (#00FF00/aem#FFFFFF)", root, 255, 255, 255, true )
end
addCommandHandler ( "aem", PosicaoPlayer  )

local posicoes =
    {
        {1965.08203125,-2215.3310546875,16.125},
    }

function PosicaoPlayer ( thePlayer, command )
    local azar = math.random ( #posicoes )
local veh = getPedOccupiedVehicle(thePlayer)
if (veh) then
setElementPosition(veh, unpack ( posicoes [ azar ] ) )
else
setElementPosition(thePlayer, unpack ( posicoes [ azar ] ) )
end
outputChatBox ( "".. getPlayerName(thePlayer) .." #FFFFFFTürk Hava Kuvvetleri Basesine Gitti! (#00FF00/thk#FFFFFF)", root, 255, 255, 255, true )
end
addCommandHandler ( "thk", PosicaoPlayer  )

local posicoes =
    {
        {2682.9853515625,-2488.8442382813,13.535572052002},
    }

function PosicaoPlayer ( thePlayer, command )
    local azar = math.random ( #posicoes )
local veh = getPedOccupiedVehicle(thePlayer)
if (veh) then
setElementPosition(veh, unpack ( posicoes [ azar ] ) )
else
setElementPosition(thePlayer, unpack ( posicoes [ azar ] ) )
end
outputChatBox ( "".. getPlayerName(thePlayer) .." #FFFFFFSualtı Taaruz Timi Basesine Gitti! (#00FF00/sat#FFFFFF)", root, 255, 255, 255, true )
end
addCommandHandler ( "sat", PosicaoPlayer  )

local posicoes =
    {
        {1552.7930908203,2733.1208496094,10.749956130981},
    }

function PosicaoPlayer ( thePlayer, command )
    local azar = math.random ( #posicoes )
local veh = getPedOccupiedVehicle(thePlayer)
if (veh) then
setElementPosition(veh, unpack ( posicoes [ azar ] ) )
else
setElementPosition(thePlayer, unpack ( posicoes [ azar ] ) )
end
outputChatBox ( "".. getPlayerName(thePlayer) .." #FFFFFFMafya Basesine Gitti! (#00FF00/mafya#FFFFFF)", root, 255, 255, 255, true )
end
addCommandHandler ( "mafya", PosicaoPlayer  )

local posicoes =
    {
        {2734.6203613281,1628.2683105469,6.7787294387817},
    }

function PosicaoPlayer ( thePlayer, command )
    local azar = math.random ( #posicoes )
local veh = getPedOccupiedVehicle(thePlayer)
if (veh) then
setElementPosition(veh, unpack ( posicoes [ azar ] ) )
else
setElementPosition(thePlayer, unpack ( posicoes [ azar ] ) )
end
outputChatBox ( "".. getPlayerName(thePlayer) .." #FFFFFFPolis Çevirme Bölgesine Gitti! (#00FF00/cevirme#FFFFFF)", root, 255, 255, 255, true )
end
addCommandHandler ( "cevirme", PosicaoPlayer  )

Işınlandıktan sonra belli bi süre sıkmamasını ve o kişinin sıkılmamasını istiyorum.Nasıl yapabilirim yada öyle bi  script varmı.
Linki görebilmek için Kayıt olun yada Giriş yapın.
 


MTASATURK

[YARDIM] Teleport Script
« : 13 Nisan 2019, 13:59:25 »