Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Days Won

    27

Everything posted by iPrestege

  1. local Marker50 = createMarker ( x ,y ,z ,'cylinder', 2.0, 255, 0, 0, 150) local Marker60 = createMarker ( x ,y ,z ,'cylinder', 2.0, 255, 0, 0, 150) function teleport1 (thePlayer) if getElementType ( thePlayer ) == 'player' then if getElementData( thePlayer, 'gang' ) == "[MsN]" and getPlayerTeam( thePlayer ) and getTeamName( getPlayerTeam( thePlayer ) ) == 'No Team' then setElementPosition(thePlayer, x ,y ,z ) outputChatBox("لقد دخلت الى ساحة التدريب", thePlayer, 255, 0, 0) else outputChatBox("انت لست بالعصابة", thePlayer, 255, 0, 0) end end end function teleport2 (thePlayer) if getElementType ( thePlayer ) == 'player' then if getElementData( thePlayer, 'gang' ) == "[MsN]" and getPlayerTeam( thePlayer ) and getTeamName( getPlayerTeam( thePlayer ) ) == 'No Team' then setElementPosition(thePlayer,x ,y ,z ) outputChatBox("بقد خرجت من ساحة التدريب", thePlayer, 255, 0, 0) else outputChatBox("انت لست بالعصابة", thePlayer, 255, 0, 0) end end end addEventHandler("onMarkerHit", Marker50,teleport1) addEventHandler("onMarkerHit", Marker60,teleport2) بالنسبة لكود الـ دمج أو تأثر الاعب مافهمت عليك؟ وش تبي بالضبط؟ لاني شلته لانة خريسة هو والماركر حق ديوتي؟
  2. انت تسوي المقطورة في نفس المود ولا من مود ثاني وهل هي المقطورة الوحيدة؟
  3. كـ العادهـ طبعاً القسم العربي الأول في قائمة المواضيع المنحرفة عن محتواها بكل بساطة : local fx,fy,fz = posx,posy,posz local tx,ty,tz = posx,posy,posz local pMarker = createMarker ( fx,fy,fz ) addEventHandler ( 'onMarkerHit',pMarker, function ( hitElement ) if ( hitElement and getElementType ( hitElement ) == 'player' and not isPedInVehicle ) then setElementPosition ( hitElement,tx,ty,tz ) end end ) fx,fy,fz = احداثيات الماركر tx,ty,tz = الاحداثيات اللي ينقله لها طبعاً اذا أعطيتك الكود لا يعني أنة سوف تجد دوماً ما تريده جاهزاً بين يديك .. " ان ترى بعينك مرة افضل من تسمع من الناس مئات المرات "
  4. مافهمت ماتاخذ فلوس؟ ولا ينسحب الماركر؟ مايصير ولا واحد أساساً؟
  5. iPrestege

    help

    Find the function and remove it.
  6. iPrestege

    help

    You could try to run 'interiors' Resource if doesn't work then i have no idea about than you can ask script author .
  7. iPrestege

    help

    viewtopic.php?f=108&t=26027 Release in the forums.
  8. iPrestege

    help

    he writes that closed what you mean?
  9. iPrestege

    help

    Just upload and start.
  10. استخدم سكربت "العقرب" أفضل غير مشفر .
  11. ضد .. الأنجليزي أفضل بمراحل وبطريقة الكتابه .
  12. -- # On Client Side [ After Download ] outputChatBox 'onClientResourceStart' -- # On Server Side [ On Join ] outputChatBox 'onPlayerJoin' -- # Shared : addEventHandler
  13. عذراً لكن ماهو السكربت المستخدم من انشاء من؟
  14. Well, Vortex is the best for me until now in 'Servers Hosting' : Vortex Servers .
  15. Resource Setting? اعدادات المود.
  16. Well , Great price there but can you show us some of your scripts?
  17. وش اللي يضحك ؟ .. ما اتكلم عن nightly version جرب حمل Full installer وشوف كيف الثتبيت لين توصل لـ منطق وتنصدم ..
  18. addCommandHandler setTimer
  19. iPrestege

    QUESTION

    Yes , Search in the mta community about custom blibs.
  20. باين انه القيم مود كويس واهنيك عالفكرة لكنﻻزم خادم قوي عشان تتجنب الاق .. ونصيحه أخوية .. ﻻ تقرب التايمر مهما كان بالسيرفر ..
  21. iPrestege

    zombie

    طبعا هذا كان السبب .. على الرحب و السعه
  22. بالمناسبة تم اصلاح بق في حزمة التثبيت في اللغة العربية المصدر : https://code.google.com/p/mtasa-blue/so ... ail?r=6293 عارف اصﻻ البق شايفه كلمتهم قالو بنشوف بعدين ..
×
×
  • Create New...