Jump to content

d43dr4

Members
  • Posts

    319
  • Joined

  • Last visited

Everything posted by d43dr4

  1. كفؤؤؤؤ عبـآدي بارك الله فيك شكرا لكم شباب
  2. طيب انت وش تبي تسوي فيه؟ هو النافذة تفتح لما تكتب /draw ابيها لما تضغط CTRL + D ارجو انك فهمتني
  3. عاشق الشرق المود به ملفات كثيرة 5 او 6 ملفات يعني تحمله احسن اذا منت مشغول المود شغال و روعة [url=http://crystalmv.net84.net/pages/scripts/drawtag.php]http://crystalmv.net84.net/pages/scripts/drawtag.php[/url] هذا الرابط
  4. ما زبط عموما شكرا شباب
  5. مازبط ي سعد + ممكن تشوف الخاص لهنت
  6. سعد ما ضبط ذا الكود : ( قبل التعديل )ذذ addCommandHandler("draw",function() local drawtag = getResourceFromName("drawtag") if not (drawtag and getResourceRootElement(drawtag)) then return end local show = not exports.drawtag:isDrawingWindowVisible() exports.drawtag:showDrawingWindow(show) end) بعد التعديل : bindKey("lctrl","down", function() if getKeyState"d" then addCommandHandler("draw",function() local drawtag = getResourceFromName("drawtag") if not (drawtag and getResourceRootElement(drawtag)) then return end local show = not exports.drawtag:isDrawingWindowVisible() exports.drawtag:showDrawingWindow(show) end) end end )
  7. السلام عليكم شباب عندي نافذة تفتح ب كومند ابيها تفتح بزر ( CTRL + D ) يعني لما تضغط الزرين مع بعض في نفس الوقت bindKey ( "D" , "down" , xx ) -- مثـآل كيف اخليه يفتح ب زر كونترل و معه زر اخر شكرا مسبقا
  8. مبروك الإستضـآفة ... اتمنالكم التوفيق ان شاء الله
  9. خلص ولا شيء قفلل الموضوع ي تابل
  10. Guys look what i do : doormarker = createMarker ( -3743.6, -3022.52, 38, "cylinder", 10, 255, 0, 255, 255 ) door = createObject( 971, -3743.3999023438, -3022.6999511719, 44.700000762939, 0, 0, 270 ) function ( thePlayer, matchingDimension ) if isElementWithinMarker(thePlayer, doormarker) then moveObject ( door, 3743.3999023438, -3022.6999511719, 50 ) end end Not worked , can u correct please Debugscript: SCRIPT ERROR: door\xx.lua:4: 'name' expected near '('
  11. Hello guys, Happy new year 2013 I have two questions: How to make a moving object, i try OMG resource but it deosnt work.. so if u know another way please tell me. Second one, how to make a door opens if a player come closer to it , and close when the player go away THX..
  12. You must forward ports from your net Router Or you just can use : PFConfig -- http://portforward.com/store/PFCSetup.exe Hope that will help you ..
  13. What details ? MTADieg just count until 100% then : If game works enter y If not press n Thats all what in the MTADiag
  14. للهم إني أستودعك سنة مضت من عمري أن تغفر لي ما مضى من ذنوبي و زلاتي و هفواتي فيها و تعصمني فيما بقي من عمري و ترزقني أعمال صالحه ترضى بها عني و أكرم علي بكرمك في الدنيا و الاخرة يا أكرم الأكرمين و أن تجعل السنة القادمة أجمل و أن تجعلها اصلح لي و أن تختار لي الافضل و توفقني لما تحبه و ترضاه و تنوريني و ترزقني فيها الفرح و السرور أنا و أهلي و أصحابي و جميع أحبائي يا من لا تضيع ودائعه كل عـــــآآآآم وانتم بخيـــر ^^
  15. Hello guys, I have a probleme on my mta, it stuck after some minutes on join my own server This server ( mine ) , not stucks for anyone exept me And no other server stucks for me I just try to Transfer all my scripts to another server, it stop the stucking, so that improve the error isnt from a script I try to install MTA Diag, not helpful So guys, Can u help this Error ?
  16. شكرا شباب كفؤؤؤ عاشق الشرق ^^
  17. شباب شكرا الماسك صالح وتغيير الشخصية كمان بس بالنسبة للباس الاخر ماهو شغال
  18. تراك ما فهمتي ما ابي بس الماسك ابي كمان اللباس
  19. السلام عليكم شباب اليوم سويت كود : -- Server Side raceVehicles = { [503]=true } function enterVehicle ( player, seat, jacked ) if ( raceVehicles[getElementModel(source)] ) then setSkin ( 0, player ) end end addEventHandler ( "onVehicleStartEnter", getRootElement(), enterVehicle ) ---------------------------------------------------------------------------------------- function addHelmetOnEnter ( theVehicle, seat, jacked ) if ( getElementModel ( theVehicle ) == 503 ) then addPedClothes ( source, "moto", "moto", 16 ) else addPedClothes ( source, "garagetr", "garageleg", 17 ) end end addEventHandler ( "onPlayerVehicleEnter", getRootElement(), addHelmetOnEnter ) function removeHelmetOnExit ( theVehicle, seat, jacked ) if ( getElementModel ( theVehicle ) == 503 ) then removePedClothes ( source, 16 ) else removePedClothes ( source, 17 ) end end addEventHandler ( "onPlayerVehicleExit", getRootElement(), removeHelmetOnExit ) وظيفته لما تركب السيارة موديل 503 يحول شخصيتك ل سي جي 0 ويحط لك ملابس ارجو تعديل الكود شكرا
  20. مشكوووور عبادي بآرك الله فيك ^^
×
×
  • Create New...