0 Üye ve 1 Ziyaretçi konuyu incelemekte.
local iptalEt = function()cancelEvent()endlocal print = function(msj, element, r, g, b, state)outputChatBox(msj, element, r, g, b, state)endlocal aexecEngelle = function(_)if _ == "aexec" theniptalEt()print("[AEXEC] Komut Server Sahibi Tarafından Engellendi.", source, 255, 0,0, true)endendaddEventHandler("onPlayerCommand", root, aexecEngelle)