Jump to content

shwaeki

Members
  • Posts

    1,486
  • Joined

  • Last visited

Everything posted by shwaeki

  1. اشرح يلي بدك تساويه عشين نفهم شو نصلح و نساوي
  2. بتوفيق حب الفكرة حلوة
  3. viewtopic.php?f=164&t=59342
  4. بس غير احداثيات الماركر local progress = guiCreateProgressBar(463, 582, 348, 43, false) local Marker = createMarker ( 0, 0, 3, "cylinder", 2, 0, 255, 0, 255 ) addEventHandler ( "onClientMarkerHit", Marker, function ( player ) if player == localPlayer then guiProgressBarSetProgress( progress, 0) time = setTimer ( function() if guiProgressBarGetProgress( progress ) >= 100 then killTimer ( time ) time = nil outputChatBox ( "Welcome", 255, 255, 0, true ) end guiProgressBarSetProgress( progress, guiProgressBarGetProgress( progress ) + 1 ) end, 50,0 ) end end) addEventHandler( 'onClientMarkerLeave', Marker, function ( player ) if player == localPlayer then if isTimer ( time ) then killTimer ( time ) time = nil end end end)
  5. Delete Version 1.0.0 and 1.2.0 and 2.0.0 and 3.0.0 https://community.multitheftauto.com/ind ... s&id=10414 Delete Version 1.0.0 and 1.5.0 and 2.0.0 and 2.5.0 and 2.5.1 and 2.5.2 https://community.multitheftauto.com/ind ... s&id=10503 DONE
  6. https://community.multitheftauto.com/ind ... s&id=11322 DONE
  7. شوفو هاد الحاله لازم ولا واحد يساعده
  8. i need Delete Version 1.0.0 I am the owner of script https://community.multitheftauto.com/ind ... s&id=11322
  9. ^ تقدر تخلي السيارة م ططلق شي و تستخدم هاد الفكشن عشين تخليها تطلق زي الدبابة createExplosion
  10. ^ تقدر تساوي سيارة سوات يلي ترش مي تطلق زي الدبابة و تقدر تغير شكلها
  11. اقترح انك تساوي تعدد المابات مو بس ماب واحد و كمان اكثر من شكل يا الدبابات و الشريط العلوي انتا حاطة بس شكل لو تبرمجة
  12. شوف سطر 161 [size=150] guiMoveRightToCenter(INFORM_WND) [/size] استبدله ب guiMoveRightToCenter(INFORM_WND)
  13. screenshot لا شوف تحت رسائل الريبورت في زي اسمة
  14. انا الحين مجربة ما فية مشكلة بس شكلك معدل علية عاود انسخة
  15. هاي في زيها في لوحة الادمنية تقريبا
  16. الكود شغال و ما فية اي مشكلة بس لازم تكون راكب دبابة و تطلق على دبابة
  17. addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) setCursorAlpha ( 0 ) end ) addEventHandler( "onClientRender", root, function ( ) if ( isCursorShowing ( ) ) then local cW, cH = getCursorPosition ( ) local sW, sH = guiGetScreenSize ( ) dxDrawImage ( cW * sW, cH * sH, 10, 10, "Cursor.png", 0, 0, 0, tocolor(255, 255, 255, 255), true ) end end )
  18. كلنت triggerServerEvent("wz3",localPlayer, tonumber(guiGetText(GUIEditor.edit[1]))) سيرفر addEvent("wz3", true) addEventHandler("wz3", root, function ( Money ) for k,v in ipairs(getElementsByType("player")) do givePlayerMoney(v, Money) end end)
×
×
  • Create New...