Jump to content

./BlackBird#

Members
  • Posts

    1,355
  • Joined

  • Last visited

Everything posted by ./BlackBird#

  1. outputChatBox ("#FFFFFF****#FFFFFFJoin#FF6600-#FF0000Quit #FFF000||| v2.0 #3d3d3dBy #ffffff[#00FF00 Sonik#FFFFFF]****",getRootElement(),255,255,255, true) ????
  2. خله بدون وظيفة و بس
  3. انت نسيت نوع اسلاح
  4. الاخطاء ان الايفنت سيرفر و getLocalPlayer() كلنت و اسم الفنكشن مو مثل الي في الايفنت
  5. الخطا انه اسم الوظيفة مو نفس الاسم في الحدث
  6. يبغي صورة ذذ انتم فهمتوه غلط هو ما عرف يشرح يقول ابي صورة فيها كم خذا فلوس عشان كذا المفروض تيكس
  7. تعلم كيف تسوي شي بسيط يعني كيف تضيف حدث و كيف تحط فنكشن و كيف يتكون الفنكشن هذا اهم شي
  8. الافضل تستخدم dxDrawText addEventHandler removeEventHandler
  9. http://www.wallsave.com/wallpapers/1600 ... 196104.jpg
  10. هذا تايمر فيه فنكشن فاضي يعني بس تايمر بدون شي و انا حطيت يقولك كم باقي لما ما ينقلك edit: هذا outputChatBox("Wait .. "..tostring(getTimerDetails(timer)),hit) خله [lua]local min = math.floor(getTimerDetails(timer)/60/1000) local sec = math.floor(getTimerDetails(timer)/1000) outputChatBox("Wait .. "..tostring(min)..":"..tostring(sec),hit)
  11. local marker = createMarker( .. ) timer = setTimer(function () end,5*60000) function onHit(hit) if getElementType(hit) == "player" then if not isTimer(timer) then setElementPosition(hit,0,0,3) timer = setTimer(function() end,5*60000) else outputChatBox("Wait .. "..tostring(getTimerDetails(timer)),hit) end end end addEventHandler("onMarkerHit",marker,onHit)
  12. setTimer removeEventHandler outputChatBox
  13. جرب ذا local marker = createMarker( .. ) function onHit(hit) if getElementType(hit) == "player" then setElementPosition(0,0,0) removeEventHandler("onClientMarkerHit",marker,onHit) setTimer(addEventHandler,5*60000,1,"onClientMarkerHit",marker,onHit) end end addEventHandler("onClientMarkerHit",marker,onHit)
  14. هذا setTimer(function(player) setElementPosition(player,x,y,z) end,120000,0) خله كذا setTimer(setElementPosition,120000,0,player,x,y,z) و بسس
  15. Nice stuff i like it
  16. هههههههههههه العبريه حقت إسرائيل هم يتكلمون انقليزي معرب بس اوقات يحطون انقليزي وبعدين انقليزي معرب يلحسون ادري عبريه حقت اسرائيل بس عندي سؤال لهاذي الدرجة ما يعرفون يتكلمون عربي؟
  17. https://wiki.multitheftauto.com/wiki/RespawnVehicle read example
  18. الحين عندي سؤال ليه في قسم حق الجزائر و تونس تصدقون ناسي وش لغتهم يمكن عبريه او فارسيه
  19. .<!-- s8) --><img src=\"{SMILIES_PATH}/icon_cool.gif\" alt=\"8)\" title=\"Cool\" /><!-- s8) --> ???
  20. ? جربت آلفنكشن سآبقآ ؟ ومن عنوآنه تعرفه ! destroyElement تعرف انجليزي؟
  21. مشكور بس حبيت اقولك الفنكشن ما يسحب بل يدمر ^^
×
×
  • Create New...