Neler yeni

Foruma hoş geldin, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.

Türkiye'nin İlk ve tek FiveM forum adresi

Forum adresimize hoş geldin FiveMTürk olarak amacımız siz değerli kullanıcılarımıza en aktif fikir ve paylaşım platformu sunmak bir yana en güvenilir şekilde alışveriş yapabileceğiniz bir platform sunmaktır.
DF DF
DF DF
DF DF

Script qb core icin FİVEM /TP X - Y - Z SCRİPTİ varmi?

Kaanhasan

Üye
FT Kullanıcı
Katılım
3 yıl 7 ay 14 gün
Mesajlar
154
qb core icin FİVEM /TP X - Y - Z SCRİPTİ varmi? /tp yaziyorum hicbirsey olmuyor scripti varsa atabilirmisiniz? ve qb icin elinizde toptanci varmi?
 
DF
Konu tarafımca doğru kategoriye taşınmıştır
 
DF
Kod:
QBCore.Commands.Add("tp", "Teleport naar een speler of location", {{name="id/x", help="ID van een speler of X positie"}, {name="y", help="Y positie"}, {name="z", help="Z positie"}}, false, function(source, args)
    if (args[1] ~= nil and (args[2] == nil and args[3] == nil)) then
        -- tp to player
        local Player = QBCore.Functions.GetPlayer(tonumber(args[1]))
        if Player ~= nil then
            TriggerClientEvent('QBCore:Command:TeleportToPlayer', source, GetEntityCoords(GetPlayerPed(Player.PlayerData.source)))
        else
            TriggerClientEvent('chatMessage', source, "SYSTEM", "error", "Oyuncu Online Değil")
        end
    else
        -- tp to location
        if args[1] ~= nil and args[2] ~= nil and args[3] ~= nil then
            local x = tonumber(args[1])
            local y = tonumber(args[2])
            local z = tonumber(args[3])
            TriggerClientEvent('QBCore:Command:TeleportToCoords', source, x, y, z)
        else
            TriggerClientEvent('chatMessage', source, "SYSTEM", "error", "Konum geçersiz (x, y, z)")
        end
    end
end, "god")

qbcore>server>commands.lua içerisine ekle
 
DF
Kod:
QBCore.Commands.Add("tp", "Teleport naar een speler of location", {{name="id/x", help="ID van een speler of X positie"}, {name="y", help="Y positie"}, {name="z", help="Z positie"}}, false, function(source, args)
    if (args[1] ~= nil and (args[2] == nil and args[3] == nil)) then
        -- tp to player
        local Player = QBCore.Functions.GetPlayer(tonumber(args[1]))
        if Player ~= nil then
            TriggerClientEvent('QBCore:Command:TeleportToPlayer', source, GetEntityCoords(GetPlayerPed(Player.PlayerData.source)))
        else
            TriggerClientEvent('chatMessage', source, "SYSTEM", "error", "Oyuncu Online Değil")
        end
    else
        -- tp to location
        if args[1] ~= nil and args[2] ~= nil and args[3] ~= nil then
            local x = tonumber(args[1])
            local y = tonumber(args[2])
            local z = tonumber(args[3])
            TriggerClientEvent('QBCore:Command:TeleportToCoords', source, x, y, z)
        else
            TriggerClientEvent('chatMessage', source, "SYSTEM", "error", "Konum geçersiz (x, y, z)")
        end
    end
end, "god")

qbcore>server>commands.lua içerisine ekle
Eyw
 
DF

Forumdan daha fazla yararlanmak için giriş yapın yada üye olun!

Forumdan daha fazla yararlanmak için giriş yapın veya kayıt olun!

Kayıt ol

Forumda bir hesap oluşturmak tamamen ücretsizdir.

Şimdi kayıt ol
Giriş yap

Eğer bir hesabınız var ise lütfen giriş yapın

Giriş yap

Bu konuyu görüntüleyen kullanıcılar

Tema düzenleyici

Tema özelletirmeleri

Granit arka planlar

Lütfen Javascript'i etkinleştirin!Javascript'i etkinleştirin!
// Adblock Kod Start // // Adblock Kod End//