Jump to content

F_F

Members
  • Posts

    129
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by F_F

  1. F_F

    شرح شئ

    not test function cl(p, pt) local player = getPlayerFromeName ( pt ) if ( player ) then x, y, z = getElementPosition ( p ) xt, yt, zt = getElementPosition ( pt ) dxDrawLine3D ( x, y, z, xt, yt, zt, tocolor ( 0, 255, 0, 230 ), 2) end end addEventHandler("onClientRender",root,cl) addCommandHandler("getplayertarget", cl)
  2. F_F

    شرح شئ

    not test function playerarrow( Player, Players ) local player = getPlayerFromName (Players) if ( player ) then local x, y, z = getElementPosition ( Player ) local xp, yp, zp = getElementPosition ( Players ) createBlipAttachedTo ( player, 3 ) end end addCommandHandler( "Player", playerarrow )
  3. البندر لو عندك سيرفر اطرحه هنا
  4. not test setWeaponProperty ( 38, "pro", "move_speed", 10 )
  5. https://www.facebook.com/yasin.alhasim.39 me
  6. انت ماترد فيس بوك ولا شيء ههه
  7. اي انا مسوي له شادر شكرا
  8. السلام عليكم ورحمة الله وبركاته اريد تحريك هذه الصورة الي بالاسفل استعمل اي وضيفة ؟
  9. الوضيفة لحذف الملف ليس لحذف الصيغ ولا توجد طريقة
  10. لايمكن اخفاء الصور او صيغ mp3
  11. هذه الصفحة غير متوفرة
  12. اذا انت تشاهد انمي تواصل معي dhsdk12331
  13. بكل بساطة اقلب الصورة
  14. bool dxDrawImage ( float posX, float posY, float width, float height, mixed image, [ float rotation = 0, float rotationCenterOffsetX = 0, float rotationCenterOffsetY = 0, int color = tocolor(255,255,255,255), bool postGUI = false ] ) عدل على ذا الارتفاع height ونقصه
  15. ال print طباعة باختصار تستطيع الحساب بسترنج او بدون سترنج ويمديك تستعمل فيها tostring ويمديك تستعملها في string.format فائدتها تقوم بالحسابات الرياضية
  16. https://wiki.multitheftauto.com/wiki/Control_names ?
  17. --كل مايصعد لفل في الونتد تضهرله نجمه function test() local level = getPlayerWantedLevel ( thePlayer ) if ( level > 0 ) then guiSetVisible(zero, false) guiSetVisible(one, false) guiSetVisible(two,false) guiSetVisible(three,false) guiSetVisible(four,false) guiSetVisible(five,false) guiSetVisible(six,false) elseif ( level > 1 ) then guiSetVisible(one, true) guiSetVisible(two,false) guiSetVisible(three,false) guiSetVisible(four,false) guiSetVisible(five,false) guiSetVisible(six,false) elseif ( level > 2 ) then guiSetVisible(two,true) guiSetVisible(three,false) guiSetVisible(four,false) guiSetVisible(five,false) guiSetVisible(six,false) elseif ( level > 3 ) then guiSetVisible(three,true) guiSetVisible(four,false) guiSetVisible(five,false) guiSetVisible(six,false) elseif ( level > 4 ) then guiSetVisible(four,true) guiSetVisible(five,false) guiSetVisible(six,false) elseif ( level > 5 ) then guiSetVisible(five,true) guiSetVisible(six,false) elseif ( level > 6 ) then guiSetVisible(six,true) end end ذا مثال لو في غلط صححوه شباب
  18. هو يبي تعلمه وش فايدة الوضيفة ويبغى مثال عليها
  19. احب ارد عليك ان جرافيكس اللعبة ذي خايسة /: بالمرة بمقارنة بالالعاب حاليا
  20. hello guys its hack for program tactics gamemode in program autohotkey and hack speed why not blocked >?
  21. F_F

    فنكشن

    الصورة الي عندك كبيرة صغرها من الرسام او اي موقع لتصغير الحجم
  22. ابي لما اكتب باف 8 كوماند تجيني سيارة تتلون الوان عشوائية ومايحتاج اركبها انا اول ماكتب الكوماند يدخلني السيارة
×
×
  • Create New...