Jump to content

PaiN^

Members
  • Posts

    2,258
  • Joined

  • Last visited

Everything posted by PaiN^

  1. PaiN^

    رساله

    ما فيه شي معقد الوظيفة اللي فوق من صنع تيتي عمر, تلقاها بالويكي يعني الكود اللي تبغاه بس تحت, الفوق موجود من اول
  2. غير مجرب : addEvent( "job", true ) addEventHandler( "job", getRootElement( ), function( edit ) local H7 local jopFile = fileExists( "jop.lua" ) if not jopFile then jobfile = fileCreate( "job.lua" ) else jobfile = fileOpen( "job.lua" ) end if jobfile then while not fileIsEOF( jobfile ) do H7 = fileRead( jobfile, 500 ) end fileWrite( jobfile, H7.."\n\n"..getPlayerName ( source ).." : "..edit ) end fileClose( jobfile ) end )
  3. وشلون يعني مع بروجراس بار ؟
  4. +1 PayGol ويا ليت تضيفون خدمة
  5. كودك ماله علاقة بطلبه + أتوقع انك ناسخه من موضوع آخر
  6. سوي الجدول خارج الوظيفة + تأكد من السيريال تمام
  7. المفروض تسوي تحقق من إن اللاعب في تيم اصلا
  8. Does it happen with any map resource or just one ? Maybe the map is bugged .
  9. PaiN^

    /ap 0 command

    or remove the command from the resource .
  10. Modify the broph.lua file in the play gamemode ( if you're using it )
  11. PaiN^

    Help

    isPedInVehicle
  12. https://community.multitheftauto.com/index.php?p=resources&s=details&id=7336 https://community.multitheftauto.com/index.php?p=resources&s=details&id=7335 Doubled ! DONE
  13. كود برستيج صحيح مافيه شي, لازم ما تكون في سيارة لمن تكتب الأمر
  14. Maybe it does start in a different dimnsion ?
  15. debugscript 3 ? + إذا مافي شي اطرح الميتا
  16. طيب انا محتاج برنامج تشفير سريع حاليا, و الرجال مو موجود ما تعرف غيره ويكون قوي ؟
  17. ما فهمت يعني كيف استخدم قيم مود في تشفير مود ؟
  18. السلام عليكم أنا عارف انه وللاسف مافي طريقة تشفير ما تنفك بس أنا ابغى اقوة طريقة تشفير, اللي عنده طريقة من جد قوية وتحتاج خبرة لفكها لا يبخل علينا, وشكرا
  19. You got this forum wrong i think . This forum is to help you to learn how to make scripts, Not to give you ready codes ! if you don't want to learn, You should pay someone to do it for you .
  20. # بمقابل لو حاب كلمني خاص
  21. Yeh happens wtih me as well, Try it like this : function open () vent = guiCreateWindow(485, 185, 314, 385, "WINDOW", false) guiWindowSetSizable(vent, false) guiSetVisible ( vent, false ) a = guiCreateButton(9, 31, 296, 58, "e", false, vent) b = guiCreateButton(9, 259, 296, 58, "e", false, vent) c = guiCreateButton(13, 94, 77, 30, "ele", false, vent) d = guiCreateButton(222, 94, 77, 30, "ee", false, vent) e = guiCreateButton(13, 323, 77, 30, "eble", false, vent) f = guiCreateButton(222, 323, 77, 30, "eeble", false, vent) addEventHandler( "onClientGUIClick", resourceRoot, function( ) if source == a then aa( ) elseif source == b then bb( ) elseif source == c then cc( ) elseif source == d then dd( ) end end ) imagen = guiCreateStaticImage(13, 133, 292, 120, "carm.png", false, vent) bindKey ( 'f4', 'down', windowopen ) end addEventHandler ( 'onClientResourceStart', resourceRoot, open ) function aa () outputChatBox ("YOU PRESSED THE BUTTON", 0, 255, 0, true) showCursor (true) end function bb () outputChatBox ("YOU PRESSED THE BUTTON !!", 255, 0, 0, true) showCursor (true) end function cc () outputChatBox ("YOU PRESSED THE BUTTON", 0, 255, 0, true) showCursor (true) end function dd () outputChatBox ("YOU PRESSED THE BUTTON.", 255, 0, 0, true) showCursor (true) end function windowopen ( ) guiSetVisible ( vent, not guiGetVisible ( vent ) ) showCursor ( guiGetVisible ( vent ) ) end
  22. If you want them as teams use Blaawee's code, But if you want them as ACL Groups then what you did should work
  23. ال تابل لووول خليته قبيلة مو انسان ترى ما قال شي كلامه صح, شوف انت مين تبي وكلمه خاص
×
×
  • Create New...