İyi de bunu mahlukat yapmadı
Teşekkürler yanlış yazmışım "ByCash"..
Mesaj Birleştirildi: 06 Şubat 2021, 23:47:13
Dostum bu kısmı 
bindKey("F5", "down", function()
	local state = guiGetVisible(airPanel)
	guiSetVisible(airPanel, not state)
	showCursor(not state)
end)
Bu kısım ile değiştir
addCommandHandler ("airac", function()
	local state = guiGetVisible(airPanel)
	guiSetVisible(airPanel, not state)
	showCursor(not state)
end)
Çok teşekkür ediyorum sağolasın oldu.Konu kilitlenebilir.