Search the Community
Showing results for tags 'ديربي'.
-
السلام عليكم عندي مشكلة في كود منع اخراج اللوحات في اليدربي و برضو تطلع 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 )
-
لما تكون النفاثة 0.0999 والاعب يخش الديربي السيارة تنفجر فى كود يخلي السيارة ما تنفجر ؟
-
معاى كود قفل الوحة فى الديربي عايز اخلية يفتح الوحة لسريال محدد الكود 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 (button , prees) if prees and getElementDimension(localPlayer) == 30 then if buttons[button] then outputChatBox("غير مصرح لك بفتح اللوحة ", 255, 0, 0) cancelEvent() end end end)