0 Üye ve 1 Ziyaretçi konuyu incelemekte.
bindKey( "F4", "down", function() guiSetVisible(basma, not guiGetVisible(basma)) showCursor(guiGetVisible(basma))end)
bindKey( "F4", "down", function() if getPedOccupiedVehicle(localPlayer) then guiSetVisible(basma, not guiGetVisible(basma)) showCursor(guiGetVisible(basma)) end end)
bindKey( "F4", "down", function() if getPedOccupiedVehicle(localPlayer) then guiSetVisible(basma, not guiGetVisible(basma)) showCursor(guiGetVisible(basma)) else outputChatBox("araçta değilsin moruq") end end)
KodbindKey( "F4", "down", function() if getPedOccupiedVehicle(localPlayer) then guiSetVisible(basma, not guiGetVisible(basma)) showCursor(guiGetVisible(basma)) else outputChatBox("araçta değilsin moruq") end end)