برضو لا
buttons = {
['F1'] = true,
['F3'] = true,
['b'] = true,
['F4'] = true,
['F5'] = true,
['F6'] = true,
['F7'] = true,
['F9'] = true,
['p'] = true,
['h'] = true,
}
addEventHandler( 'onClientKey',root,
function ( Player, button, prees )
if not getPlayerSerial () == 'A8DACEB58D5778E96830D652B8950384' then
if prees and getElementDimension ( localPlayer ) == 30 then
if buttons [ button ] then
outputChatBox ( 'غير مصرح لك بفتح اللوحة',255,0,0 )
cancelEvent ( )
end
end
outputChatBox ( 'تم فتح اللوحة',0,255,0 )
end
end
)
addEventHandler("onClientRender",getRootElement(),function()
if tostring(getElementData(getLocalPlayer(),"onCrossMap")) == "yes" then
setWorldSpecialPropertyEnabled("aircars", false)
setWorldSpecialPropertyEnabled("extrajump", false)
setWorldSpecialPropertyEnabled("hovercars", false)
end
end)
ها هو الكلنت