Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Days Won

    27

Everything posted by iPrestege

  1. ماشوفة ذكر هذا بموضوعه وحق كارا غير صحيح الاعب موب موجود موب معرف ذذ
  2. صحيح كود عليك بتكوينة
  3. -- On Server Side addEventHandler ( 'onPlayerWasted',root, function ( ) if not getElementData ( source,'aMyData' ) or getElementData ( source,'aMyData' ) ~= true then setElementData ( source,'aMyData',true ) end end ) ====================== نتمنى منك الانضمام الينا في مجتمع ام تي اي العرب من هنا : اضغط هنا للدخول الى واجهة الموقع الرئيسية اضغط هنا للدخول الى المنتدى مباشرة شرح التسجيل وتنسيق البيانات وتعديل الملف الشخصي بالمنتدى تجدها بالواجهة الرئيسية بالموقع نتمنى انضمامك معنا شكراً لك
  4. انشاء حركات خاصة او جديدة ماتقدر تسوي في ام تي اي راجع : http://bugs.mtasa.com/view.php?id=4571
  5. isPlayerMuted - - تحقق اذا كان معه ميوت يعطيه خطا انه معه ميوت
  6. Using a timer is a very bad idea and specially if it was in the sevrer side also looping all the players it's really not recommended so you can try the next. I will recommend using 'onPlayerDamage' and check if the health was < than it should be add more health for the damaged player.
  7. the account isn't for the player it's for the player account you have to use : getPlayerAccount also i would recommend check the maximum of health to make sure there's no errors . You are using the timer with a wrong way also ;s.
  8. i haven't say that it's not a great language or it's bad i've just said using english is much better to speak non-arabic other languages.
  9. Yeah that's what you say because you are just an annoying guy :).
  10. i'm not you are just making a lot of posts because something stupid so this is my last post about that enjoy speaking arabic : ) and yes it's my opinion and not yours to choose my favorite language.
  11. Actually it's better than arabic since a lot of countries use it : )
  12. Actually it's a spam or general topic returning for nothing so it's not an important thing so just : o it and kill yourself and yes i will speak english in here it's a spam topic dude.
  13. رجاءاً قم بتحميل MTA Diag واتبع الارشادات من هنا اذا طلب منك تضغط حرف 'n' اضغطة وحط الرابط هنا وهل انت مغير اسم أي ملف من ملفات ام تي اي؟ @ccw @Dutchman101
  14. غير صحيح لازم تجيب الكلام المحدد guiGridListGetItemText
  15. كل شيء تمام شكلها مشكله بجوالك حمل متصفح ثاني وجرب
  16. يا اخوان ماله داعي كل هذا وظيفتي اللي عطيته كافيه
  17. السلام عليكم .. نقدر نقول الحمدالله حققنا اول هدف الى هو وصول منتدى 100 عضو .. المواضيع: 407, المشاركات: 2,205, الأعضاء: 100, ---------------------------------- بمناسبة افتتاح المنتدى نبحث عن اعضاء متفاعلين ومجتهدين في المنتدى - يسرنآ تسجيلك معنآ . http://www.mtaarabs.com/vb/register.php طلبات اشراف : http://mtaarabs.com/vb/showthread.php?p=48#post48
  18. Hi dan glad to hear that you are going to release a library for the mta highlighter : ) I think it can be done also in the vBulletin software by editing the styles or the theme as you said above so i found this in my style/theme ; <!-- / controls for non-popup browsers --> <if condition="$show['ajax_js']"> <script type="text/javascript" src="clientscript/vbulletin_ajax_threadslist.js?v=$vboptions[simpleversion]"></script> <script type="text/javascript"> <!-- vB_AJAX_Threadlist_Init('threadslist'); var titlemaxchars = parseInt("$vboptions[titlemaxchars]"); //--> </script> </if> <!-- ############## END THREADS LIST ############## --> <!-- ### This is just an example of my forum style files --> so i guess i can add it to the forum editing the style/theme ? Thanks for the reply also please tell us when you release your own library ;p
  19. ًًًًًًًًًًًًًًًًًًًًًًًًًًًًًًًًًًًًًًًًًًًًً ًًًًًًًًًًًًًًًًًًًًًًًًًًاًًًًًًًًًًًًًًًًًًًًًًًًًًًًًًًٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍََُِ]]]]]]]]]]]]]]]]]]]]َُِِِِِِِِِِِِِاًًًًًًًًًًًًًًًًًًًًًًًًًًً
  20. ارسلي رسالة خاصة بالبيانات ونوع السكربتات خاص ونشوف الاسعار ومقدرة العمل اذا قادر او لا حسب السكربتات
  21. هذا الكود الصحيح اللي استخدمه الاخ مون للي يحتاجة عدلته وارسلتة خاص : addEventHandler( 'onClientGUIClick',root, function ( ) for i = 1,8 do if source == GUIEditor.button[i] then ammount = guiGetText ( Ammo ); if ( ammount and not tonumber ( ammount ) ) then return outputChatBox ( 'Error only numbers allowed!',200,0,0 ); end if tonumber ( ammount ) < 0 then return outputChatBox ( 'must be over 0' ) end end end if ( source == GUIEditor.button[1] ) then triggerServerEvent("Weapon.Shop.A",localPlayer,ammount ) elseif (source == GUIEditor.button[2]) then -- triggerServerEvent("Weapon.Shop.B",localPlayer,ammount) elseif (source == GUIEditor.button[3]) then triggerServerEvent("Weapon.Shop.C",localPlayer,ammount) elseif (source == GUIEditor.button[4]) then triggerServerEvent("Weapon.Shop.D",localPlayer,ammount) elseif (source == GUIEditor.button[5]) then triggerServerEvent("Weapon.Shop.E",localPlayer,ammount) elseif (source == GUIEditor.button[6]) then triggerServerEvent("Weapon.Shop.F",localPlayer,ammount) elseif (source == GUIEditor.button[7]) then triggerServerEvent("Weapon.Shop.H",localPlayer,ammount) elseif (source == GUIEditor.button[8]) then triggerServerEvent("Weapon.Shop.I",localPlayer,ammount) end end ) +Anytime
  22. addEventHandler( 'onClientGUIClick',root, function ( ) for i = 1,8 do if source == GUIEditor.button[i] then local ammount = guiGetText ( Ammo ); if ( ammount and not tonumber ( ammount ) ) then return outputChatBox ( 'Error only numbers allowed!',200,0,0 ); end end end if ( source == GUIEditor.button[1] ) then triggerServerEvent("Weapon.Shop.A",localPlayer,ammount ) elseif (source == GUIEditor.button[2]) then -- triggerServerEvent("Weapon.Shop.B",localPlayer,ammount) elseif (source == GUIEditor.button[3]) then triggerServerEvent("Weapon.Shop.C",localPlayer,ammount) elseif (source == GUIEditor.button[4]) then triggerServerEvent("Weapon.Shop.D",localPlayer,ammount) elseif (source == GUIEditor.button[5]) then triggerServerEvent("Weapon.Shop.E",localPlayer,ammount) elseif (source == GUIEditor.button[6]) then triggerServerEvent("Weapon.Shop.F",localPlayer,ammount) elseif (source == GUIEditor.button[7]) then triggerServerEvent("Weapon.Shop.H",localPlayer,ammount) elseif (source == GUIEditor.button[8]) then triggerServerEvent("Weapon.Shop.I",localPlayer,ammount) end end ) معليش مانتبهت حطيتها بالروت + جرب الحين ؟ ماني فاهم وش اللي تسوية بالضبط
×
×
  • Create New...