[YARDIM] Bindkey Ayarı

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı Layer

  • Yeni Üye
  • *
    • İleti: 1
: 08 Mart 2020, 12:52:06
Merhaba

Arkadaşlar korna scripti m basınca çalısıyor ben bunu basılı tutunca çalısmasını istiyorum

Kod
function playRootSound (path,loop,volume)
local sound = playSound(tostring(path),false)
setSoundVolume(sound,volume)
return sound
end
addEvent("playRootSound_",true);
addEventHandler("playRootSound_",root,playRootSound)

addEventHandler("onClientKey",root,
function(both, state)
if (both == "m") then
if (state) then
triggerServerEvent ( "onsound", localPlayer)
end
end
end
)
« Son Düzenleme: 31 Aralık 2020, 18:46:15 Gönderen: Narkoz »
 


MTASATURK

[YARDIM] Bindkey Ayarı
« : 08 Mart 2020, 12:52:06 »