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

Soru EL KALDIRMA SCRIPTI - X'E BASILI TUTMA SORUNU

WeillCrew

Üye
FT Kullanıcı
Katılım
4 yıl 5 ay 29 gün
Mesajlar
367
Web sitesi
www.wlcgames.com
Discord
WeillCrew#0616
Merhaba, X'e bastıgım zaman ellerini kaldırıp, tekrar bastıgım zaman indirmesini istiyorum. Şuanki kullandıgım "elleryukari" scripti'nin kodları aşağıda görülebilir.
Şuanki işleyiş şu şekilde, Elleri havada tutması için X'e basılı tutmam gerekli. Bıraktıgım an indiriyor

Kod:
Citizen.CreateThread(function()
    while true do
        Citizen.Wait(0)
        local lPed = GetPlayerPed(-1)
        RequestAnimDict("random@mugging3")
        if not IsPedInAnyVehicle(lPed, false) and not IsPedSwimming(lPed) and not IsPedShooting(lPed) and not IsPedClimbing(lPed) and not IsPedCuffed(lPed) and not IsPedDiving(lPed) and not IsPedFalling(lPed) and not IsPedJumping(lPed) and not IsPedJumpingOutOfVehicle(lPed) and IsPedOnFoot(lPed) and not IsPedRunning(lPed) and not IsPedUsingAnyScenario(lPed) and not IsPedInParachuteFreeFall(lPed) then
            if IsControlPressed(0, 323) then
                if DoesEntityExist(lPed) then
                    SetCurrentPedWeapon(lPed, 0xA2719263, true)
                    Citizen.CreateThread(function()
                        RequestAnimDict("random@mugging3")
                        while not HasAnimDictLoaded("random@mugging3") do
                            Citizen.Wait(10000)
                        end

                        if not handsup then
                            handsup = true
                            TaskPlayAnim(lPed, "random@mugging3", "handsup_standing_base", 8.0, -8, -1, 49, 0, 0, 0, 0)
                        end   
                    end)
                end
            end
        end
        if IsControlReleased(0, 323) then
            if DoesEntityExist(lPed) then
                Citizen.CreateThread(function()
                    RequestAnimDict("random@mugging3")
                    while not HasAnimDictLoaded("random@mugging3") do
                        Citizen.Wait(10000)
                    end

                    if handsup then
                        handsup = false
                        ClearPedSecondaryTask(lPed)
                    end
                end)
            end
        end
    end
end)
 
DF
Merhaba, client.lua'yı bu şekilde değiştirirseniz sorununuz çözülecektir.

Kod:
local Keys = {
    ["ESC"] = 322, ["F1"] = 288, ["F2"] = 289, ["F3"] = 170, ["F5"] = 166, ["F6"] = 167, ["F7"] = 168, ["F8"] = 169, ["F9"] = 56, ["F10"] = 57,
    ["~"] = 243, ["1"] = 157, ["2"] = 158, ["3"] = 160, ["4"] = 164, ["5"] = 165, ["6"] = 159, ["7"] = 161, ["8"] = 162, ["9"] = 163, ["-"] = 84, ["="] = 83, ["BACKSPACE"] = 177,
    ["TAB"] = 37, ["Q"] = 44, ["W"] = 32, ["E"] = 38, ["R"] = 45, ["T"] = 245, ["Y"] = 246, ["U"] = 303, ["P"] = 199, ["["] = 39, ["]"] = 40, ["ENTER"] = 18,
    ["CAPS"] = 137, ["A"] = 34, ["S"] = 8, ["D"] = 9, ["F"] = 23, ["G"] = 47, ["H"] = 74, ["K"] = 311, ["L"] = 182,
    ["LEFTSHIFT"] = 21, ["Z"] = 20, ["X"] = 73, ["C"] = 26, ["V"] = 0, ["B"] = 29, ["N"] = 249, ["M"] = 244, [","] = 82, ["."] = 81,
    ["LEFTCTRL"] = 36, ["LEFTALT"] = 19, ["SPACE"] = 22, ["RIGHTCTRL"] = 70,
    ["HOME"] = 213, ["PAGEUP"] = 10, ["PAGEDOWN"] = 11, ["DELETE"] = 178,
    ["LEFT"] = 174, ["RIGHT"] = 175, ["TOP"] = 27, ["DOWN"] = 173,
    ["NENTER"] = 201, ["N4"] = 108, ["N5"] = 60, ["N6"] = 107, ["N+"] = 96, ["N-"] = 97, ["N7"] = 117, ["N8"] = 61, ["N9"] = 118
}

local canHandsUp = true

AddEventHandler('handsup:toggle', function(param)
    canHandsUp = param
end)

Citizen.CreateThread(function()
    local handsup = false

    while true do
        Citizen.Wait(0)

        if canHandsUp then
            if IsControlJustReleased(0, Keys['X']) then
                local playerPed = PlayerPedId()

                RequestAnimDict('random@mugging3')
                while not HasAnimDictLoaded('random@mugging3') do
                    Citizen.Wait(100)
                end

                if handsup then
                    handsup = false
                    ClearPedSecondaryTask(playerPed)
                    TriggerServerEvent('esx_thief:update', handsup)
                else
                    handsup = true
                    TaskPlayAnim(playerPed, 'random@mugging3', 'handsup_standing_base', 6.0, -6.0, -1, 49, 0, 0, 0, 0)
                    TriggerServerEvent('esx_thief:update', handsup)
                end
            end
        end
    end
end)
 
DF
Sorununuz çözüme ulaştı mı?
 
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!