0 Üye ve 3 Ziyaretçi konuyu incelemekte.
Yararlı paylaşım, teşekkürler.
Arabadan inicede radyo calıyor nasıl düzeltiriz panel acılmıyor sadece arabada iken acdıgın radyo inice devam ediyo
addEventHandler("onClientVehicleExit", getRootElement(),function()stopRadio()end)
Kod: luasetPlayerHudComponentVisible ( "radio", false )Verdiğim kodu resimdeki yere ekleyin.
setPlayerHudComponentVisible ( "radio", false )
function scroll (key, keystate) if key == "radio_next" or key == "mouse_wheel_up" then setRadioChannel (0) elseif key == "radio_previous" or key == "mouse_wheel_down" then setRadioChannel (0) endendbindKey ("radio_next", "both", scroll)bindKey ("radio_previous", "both", scroll)
addEventHandler("onClientVehicleExit", getRootElement(),function()stopRadio()end)Bu yüzünden radyo acınca 10 saniye sonra kapanıyor.
if source == localPlayer then stopRadio()end
Kod: luaif source == localPlayer then stopRadio()end
addEventHandler("onClientVehicleExit", getRootElement(),function(thePlayer)if thePlayer == localPlayer thenstopRadio()endend)
Eline sağlık yararlı paylaşım.
bindkey ayaralayamıyorum down yazıyor F3 yapınca panel açılmıyor bu paneli nasıl f3 e alabilirim acaba
local acKapa = "R"