Jump to content

</Mr.Tn6eL>

Members
  • Posts

    2,799
  • Joined

  • Days Won

    13

Everything posted by </Mr.Tn6eL>

  1. شكراً على رد الجميل ياخي انا اسوي تفاعلات كيميائية مع المودات وطلع لي كذا
  2. قاعد يذاكر خلص من المذاكرة راح للأختبار انصدم لما شاف الاختبار صح؟ ضض1 ههههه والله أنك جبتها ههههههههه
  3. مود رآئع وجميل وحلو وممتاز و100% الى الامام
  4. اشتغل مشكورين الله يكثر من امثالكم آمين .. العفو بالخدمة
  5. مهي موجودهGroup يقلك الداتا
  6. معليش بزن لخبطني tap وليس tab اسمه object = createObject(id, x, y, z) marker = createMarker(x, y, z, "cylinder", 8, 255, 0, 0) bindKey("tab", "down", function( ) if isElementWithinMarker(localPlayer, marker) then if isElement(sound) then destroyElement(sound) else sound = playSound("1.mp3") setSoundVolume(sound, 1) end end end)
  7. table -- تحط فيه الصور - الاسم - الايدي guiGridListAddRow guiGridListSetItemText guiGridListSetItemData "onClientGUIClick" guiGridListGetSelectedItem guiGridListGetItemData guiStaticImageLoadImage
  8. جرب كودي فوق الكود حق يزن غلط للاسف
  9. ورنا الكود كامل عشان نعرف نصلحه لك addVehicleUpgrade -- نيترو fixVehicle -- تصليح
  10. attachTrailerToVehicle -- وصل detachTrailerFromVehicle -- فصل
  11. غيرته بعد نفس الشي ورني xml و client
  12. صراحة افدتني بلايفينت بس المثال ما فهمته تسلم يزن localPlayer بالسيرفر ماينفع function onTrailer(vehicle) setElementData(vehicle, "isTrailerAttached", eventName == "onClientTrailerAttach") end addEventHandler("onClientTrailerAttach", root, onTrailer) addEventHandler("onClientTrailerDetach", root, onTrailer) function isTrailerAttached(vehicle) if isElement(vehicle) and getElementType(vehicle) == "vehicle" then return getElementData(vehicle, "isTrailerAttached") end return false end addEventHandler ("onClientGUIClick", resourceRoot, function( ) if source == Button then local vehicle = getPedOccupiedVehicle(localPlayer) if vehicle and getVehicleController(vehicle) == localPlayer then if isTrailerAttached(vehicle) then playSound("1.mp3") else playSound("2.mp3") end end end end)
  13. يمكن كان مندس عنك ماندري الفنيشن تشوفني تهرب الفنيشن
  14. سهلة ماتحتاج سحر انا مسويلك الكود على أنه تضيف اكثر من زر Table = { } local time = 3000 -- غير الوقت button = guiCreateButton(...) -- حط الزر هنا Table[button] = true -- button2 = guiCreateButton(...) -- ازرار اكثر -- Table[button2] = true addEventHandler("onClientGUIClick", resourceRoot, function( ) if Table[source] then guiSetEnabled(source, false) setTimer(guiSetEnabled, time, 1, source, true) end end)
  15. يمكن كان مندس عنك ماندري
  16. على اللي فهمته addEventHandler("onClientGUIClick", resourceRoot, function( ) if source == b1 then guiSetVisible(wnd1, false) guiSetVisible(wnd2, true) showCursor(true) elseif source == b2 then guiSetVisible(wnd1, true) guiSetVisible(wnd2, false) showCursor(true) end end)
  17. لأنك حاط المتغير خارج التايمر helpmessage = { {"#FFFF00[Help]: #2E9AFEلللانتحار اكتب في اف 8 kill"}, {"#FFFF00[Help]: #2E9AFE لفتح الاي فون اضغط F1"}, {"#FFFF00[Help]: #2E9AFEاضغط F2 للحركات"}, {"#FFFF00[Help]: #2E9AFEلمعرفة اوقات المهمات اكتب في اف 8 alltime"}, {"#FFFF00[Help]: #2E9AFEلللفتح جهاز الشرطة اكتب اضغط F5"}, {"#FFFF00[Help]: #2E9AFEاضغط اف 3 لتحكم بسيارتك الخاصة"}, {"#FFFF00[Help]: #2E9AFEاضغط F7 لفتح لوحة الفيب"}, {"#FFFF00[Help]: #2E9AFEللحصول على فيب ب 6 مليون كلم اي ادمن"}, {"#FFFF00[Help]: #2E9AFEللحصول على ادمن تواجد و ساعد ورجى عدم الطلب"}, {"#FFFF00[Help]: #2E9AFEلفتح الجي بي اس اكتب في اف 8 gps"}, } addEventHandler ("onResourceStart", resourceRoot, function () for _,v in ipairs (getElementsByType ("player")) do setTimer ( function() local msg = unpack(helpmessage[math.random(#helpmessage)]) outputChatBox ( msg, v, 255, 0, 0, true ) end, 10000, 0 ) end end)
  18. object = createObject(id, x, y, z) marker = createMarker(x, y, z, "cylinder", 8, 255, 0, 0) bindKey("tap", "down", function( ) if isElementWithinMarker(localPlayer, marker) then if isElement(sound) then destroyElement(sound) else sound = playSound("1.mp3") setSoundVolume(sound, 1) end end end)
  19. تقدر عادي local تحط المتغير بدون مثل Client 1 x, y, z = getElementPosition( TheCar ) Client 2 outputChatBox (x, y, z) تصحيح بسيط Client 2 outputChatBox (table.concat({x, y, z}, ", "))
  20. Bokeh Script Features : * Bokeh Animation Effect * Open Source * You Can Change Bokeh Shape from bokeh.png picture * You Can Change Bokeh Size from size Variable * You Can Change Bokeh Number from maxB Variable Video : ScreenShot : Download : https://community.multitheftauto.com/index.php?p= ... s&id=11522 Download#2 : http://uft.96.lt/bokeh-en.php any a problem in script please send a PM Sorry for my bad english
×
×
  • Create New...