Search the Community
Showing results for tags 'اف 1'.
-
السلام عليكم عندي مشكلة في كود منع اخراج اللوحات في اليدربي و برضو تطلع client انا احطه في ملف ها هو الكود (شكرا 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 ( Player ) == '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 )