0 Üye ve 1 Ziyaretçi konuyu incelemekte.
bindKey( "tus", "down", function() guiSetVisible(panel_adi, not guiGetVisible(panel_adi)) showCursor(guiGetVisible(panel_adi))end)bind = falsefunction bindkey() if bind == false and getKeyState( "tus" ) then bind = true local sound = playSound("ses.mp3") setSoundVolume(sound, 1) elseif bind == true and getKeyState( "tus") then local sound2 = playSound("ses.mp3") setSoundVolume(sound2, 1) bind = false end endbindKey ( "tus", "down", bindkey)
sesDurum = falsebindKey ( "M", "down", function() if sesDurum == false then local sound = playSound("ses.mp3") setSoundVolume(sound, 1) sesDurum = true else stopSound(sound) sesDurum = false endend)