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

Araba transfer etme /transfervehicles komutunu oyuna eklemek

Dierals

Üye
FT Kullanıcı
Katılım
5 yıl 8 ay 22 gün
Mesajlar
19
İlk önce : bu script indirmeniz gerekmektedir. Varsa zaten direkt aşağıdakı anlatımı uygulayın.


Esx_vehicleshop içine girip "server" klasörüne girip oradaki main.lua'nın en altına bu kodları ekleyin. İsteğinize göre türkçeleştirebilirsiniz.

Oyun için kullanım : Galeriden arabayı satın alıp /transfervehicle id aracın plakası şeklinde çalışmaktadır. /car ile yapmaya çalışırsanız çalışmaz adminler için diyorum bu kısmı.


f438c08a311ed1c5d9f8f2f0e2aa52ccf9187428.png

8b894a38f5d57bc32286a0aedf218df1c13d3d01.png

85f8fe3ca31c20c69884f23248a7074d16af29d1.png

2e8b810ecb08bd4e1aafa069076912442bbcee78.png



[HIDE-REPLY-THANKS]
Kod:
--type in chat /transfervehicle <player-id number> "car plate"
--Example /transfervehicle 1 "ABC 123" will transfer the car with plate "ABC 123" to the player
-- who has the id 1 (the player of course needs to be online)

RegisterCommand('transfervehicle', function(source, args)

    
    myself = source
    other = args[1]
    
    if(GetPlayerName(tonumber(args[1])))then
            
    else
            
            TriggerClientEvent('chatMessage', source, "SYSTEM", {255, 0, 0}, "Incorrect player ID!")
            return
    end
    
    
    local plate1 = args[2]
    local plate2 = args[3]
    local plate3 = args[4]
    local plate4 = args[5]
    
 
    if plate1 ~= nil then plate01 = plate1 else plate01 = "" end
    if plate2 ~= nil then plate02 = plate2 else plate02 = "" end
    if plate3 ~= nil then plate03 = plate3 else plate03 = "" end
    if plate4 ~= nil then plate04 = plate4 else plate04 = "" end
 
 
    local plate = (plate01 .. " " .. plate02 .. " " .. plate03 .. " " .. plate04)

    
    mySteamID = GetPlayerIdentifiers(source)
    mySteam = mySteamID[1]
    myID = ESX.GetPlayerFromId(source).identifier
    myName = ESX.GetPlayerFromId(source).name

    targetSteamID = GetPlayerIdentifiers(args[1])
    targetSteamName = ESX.GetPlayerFromId(args[1]).name
    targetSteam = targetSteamID[1]
    
    MySQL.Async.fetchAll(
        'SELECT * FROM owned_vehicles WHERE plate = @plate',
        {
            ['@plate'] = plate
        },
        function(result)
            if result[1] ~= nil then
                local playerName = ESX.GetPlayerFromIdentifier(result[1].owner).identifier
                local pName = ESX.GetPlayerFromIdentifier(result[1].owner).name
                CarOwner = playerName
                print("Car Transfer ", myID, CarOwner)
                if myID == CarOwner then
                    print("Transfered")
                    
                    data = {}
                        TriggerClientEvent('chatMessage', other, "^4Vehicle with the plate ^*^1" .. plate .. "^r^4was transfered to you by: ^*^2" .. myName)
            
                        MySQL.Sync.execute("UPDATE owned_vehicles SET owner=@owner WHERE plate=@plate", {['@owner'] = targetSteam, ['@plate'] = plate})
                        TriggerClientEvent('chatMessage', source, "^4You have ^*^3transfered^0^4 your vehicle with the plate ^*^1" .. plate .. "\" ^r^4to ^*^2".. targetSteamName)
                else
                    print("Did not transfer")
                    TriggerClientEvent('chatMessage', source, "^*^1You do not own the vehicle")
                end
            else
                TriggerClientEvent('chatMessage', source, "^1^*ERROR: ^r^0This vehicle plate does not exist or the plate was incorrectly written.")
            end
        
        end
    )
    
end)
[/HIDE-REPLY-THANKS]
 
DF
teşekkürler çalısan polis script var mı acaba garajı falan sorunsuz
 
DF
Modu yüklerken, Table 'essentialmode.addon_account' doesn't exist bu hatayı alıyorum. Ne yapmam gerekiyor?
 
DF
Tam aradığım komut , teşekkürler
 
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//