- Katılım
- 4 yıl 3 ay 20 gün
- Mesajlar
- 38
Bir kaç kod denedim fakat işe yaramıyor.Radial menü den kıyafetlere tıklıyorum ve dpclothes bir anda açılıp kapanıyor denediğim kod şu şekilde:
RegisterCommand("dpclothing", function()
local Ped = PlayerPedId()
if Check(Ped) then SoundPlay("Open") SetCursorLocation(Config.GUI.Position.x, Config.GUI.Position.y) MenuOpened = not MenuOpened end
if MenuOpened then DrawGUI() end
end)
dediğim gibi dpclothes bir anda açılıp kapanıyor.
RegisterCommand("dpclothing", function()
local Ped = PlayerPedId()
if Check(Ped) then SoundPlay("Open") SetCursorLocation(Config.GUI.Position.x, Config.GUI.Position.y) MenuOpened = not MenuOpened end
if MenuOpened then DrawGUI() end
end)
dediğim gibi dpclothes bir anda açılıp kapanıyor.