0 Üye ve 1 Ziyaretçi konuyu incelemekte.
butons = { {"HandlingPanel", -- data { ["B"] = true, -- iptal edilcek tuş } }, }addEventHandler("onClientKey", root, function(button, press) for i,v in pairs(butons) do local veri, tus = unpack(v) if tus[button] and getElementData(localPlayer, veri) then cancelEvent() - end end end)
Keşke biraz foruma baksaydın bissürü konu açıldı çoğuna attım bu koduKodbutons = { {"HandlingPanel", -- data { ["B"] = true, -- iptal edilcek tuş } }, }addEventHandler("onClientKey", root, function(button, press) for i,v in pairs(butons) do local veri, tus = unpack(v) if tus[button] and getElementData(localPlayer, veri) then cancelEvent() - end end end)
client side ?