Jump to content

Maksoud

Members
  • Posts

    493
  • Joined

  • Last visited

Details

  • Gang
    Mafia

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Maksoud's Achievements

Hustler

Hustler (26/54)

0

Reputation

  1. روح الويكي و شوف الكودات الكلاينت و شوف الكودات السيرفر
  2. الكود مجرب ... و تمام تأكد انك حاطه ب ملف Server Side ++ تاكد من الميتا اذا الملف "server"
  3. اخي .. عطيتك الكود بموضوع اخر .. function VehicleAlpha ( thePlayer ) local theVehicle = getPedOccupiedVehicle ( thePlayer ) if getElementAlpha(theVehicle) == 255 then setElementAlpha(theVehicle, 0) else setElementAlpha(theVehicle, 255) end end addCommandHandler ( "getcarname", VehicleAlpha )
  4. function VehicleAlpha ( thePlayer ) local theVehicle = getPedOccupiedVehicle ( thePlayer ) if getElementAlpha(theVehicle) == 255 then setElementAlpha(theVehicle, 0) else setElementAlpha(theVehicle, 255) end end addCommandHandler ( "getcarname", VehicleAlpha ) جرب | انا مجربه و شغال تمام
  5. شكرا سويتها بس بدي سؤال اخر فى كود يفتح للاعب البراشوت تلقائي ؟
  6. كيف اخلي المتغير 0 ؟؟ اسوي value = value -100 ??
  7. سويته ب تايمر و 50 % نجح .. بس المشكلة هي :: انه من المفترض انه لما يوصل عند 100 يقف .. هو يكمل ما يقف اكودي :: value = 0 function CreateDx ( ) timer1 = setTimer(function() value = value +1 end,1750,1) dxDrawProgressBar(445, 420, 500, 25,value,false,tocolor(255,255,255,50),tocolor(1,150,237,255)) if value == 100 then killTimer(timer1) end end
  8. كيف اخليه يتحرك من 0 ل 100 و كيف اتحكم فى سرعته ؟
  9. اوك شكرا ليك بحاول و اذا فشلت المحاولة برجع لك
  10. ممم هو اظهر البروجريس بس حمل جزء صغير و ما اختفى حتة
×
×
  • Create New...