Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 23/11/16 in all areas

  1. ممكن تقولي من ذا اللي كلمك وارسلك قبل ما تعطيه فلوس ؟ لأني صراحة أبي واحد يبرمج لي وبعدين أعطيه الفلوس
    3 points
  2. And big progress here Lags are decreased and its Confirmed! Remember the friend who had 20-30 fps jumping around? now he has stable 37 fps
    2 points
  3. اسلوبك بالكلام مستفز, وتبي المود قبل الدفع وكل الي بتدفعه 5 دولار وبعدين وش ذا المود الي اسمه اف1 , اشرح وش تبي بالمود وايش مواصفاته وغير كذا اتفه مود المبرمج ياخذ عليه اذ مره كان طيب 20 دولارو ولا حول 14 دولار يعني 50 ريال سعودي .
    2 points
  4. ----THIS HAS BEEN RELEASED! CHECK PAGE 12!!---- And his lame pictures™ Short answer: its continuation of original vice city map done by Rockstar games which works on san andreas engine. Whole map concept is to do a stable VC Map including more objects. As an official idea i will be adding GTA V things such as: Radar , Skins , Weapons , Vehicles (but with custom liveries/textures like VCPD Cruiser) etc. Some GTA IV Vehicles or Skins are there too (For example Police Merit or Lycan Bike , its just to add better atmosphere and make it more realistic.) Note: More Screens availible in Other posts
    1 point
  5. السلام عليكم ورحمة الله تعالى وبركاته كيف الحال ؟ عساكم طيبين وبخير اليوم معنا الشرح الثانية من سلسلة "#دروس_برمجة" شرح عن الداتا وكيفية استخدامها ووش الفائدة منها, لمشاهدة الشرح : لو عجبك المقطع لاتبخل علي بـالضغط على زر لايك, وتشترك لو ماكنت مشترك دعمكم مهم بالنسبة لي في أمان الله تعالى, اخوكم مستر جراند
    1 point
  6. less generic title please EDIT: now i'm annoyed... did you even try a fast search??? it's the... 5th result? And on google is the first, damn! Before trying to script try at least to learn how to use your pc and internet. THEN ask us, you will be welcome. I'm sorry to say this but, damn, it will reduce time to solve the problem for you and we won't WASTE time
    1 point
  7. https://wiki.multitheftauto.com/wiki/Character_Skins Notes: Last valid skin ID: 312 The following pairs of IDs produce same character (1st ID used in lists, 2nd disabled) 118:119 148:149 Non-working IDs <---- 3 4 5 6 8 42 65 74 86 119 149 208 273 289 <---- Change the non-valid numbers in the tables (3, 5, etc.) to something else and see if it works.
    1 point
  8. Redone Enforcer Istnead of Brute riot i decided to go with Declasse Transporter One of Paintjobs for Interceptor I will add multiple paintjobs to certain cars and here's one of them (Excluding Original VC one)
    1 point
  9. I have managed to fix it, tostring(vehicle) == vehicle wasn't working, but something came into my mind, here's the final result if you are interested: function getVehicleBrand(vehicle) for k,v in pairs(vehicleTable) do for i=1,#v do if vehicle then if isElement(vehicle) then --case element if getElementType(vehicle) == "vehicle" then if getElementModel( vehicle ) == v[i].modelID then return k end else return false --if it's an element but it's not a veh, we can kill the function... it's not a vehicle and that's not we handle here. It's junk :D end elseif tonumber(vehicle) and not tostring(vehicle) then if v[i].modelID == tonumber(vehicle) then return k end if getVehicleNameFromModel( tonumber(vehicle) ) then return false --another general check: if the number provided is NOT an ID it is again junk end elseif tostring(vehicle) and not tonumber(vehicle) then --case string if getVehicleNameFromModel(v[i].modelID) == tostring(vehicle) then return k end if not getVehicleModelFromName( vehicle ) then --it's just a general check, if it's not a valid name it's junk we won't need return false end end --do not return false here, otherwise the loop will break else return false --our arg were nil or false end end end return "" end function getVehicleCustomName(vehicle) for k,v in pairs(vehicleTable) do for i=1,#v do if vehicle then if isElement(vehicle) then if getElementType( vehicle ) == "vehicle" then if getElementModel( vehicle ) == v[i].modelID then return v[i].vehicleName end end elseif tonumber(vehicle) and not tostring(vehicle) then if v[i].modelID == tonumber(vehicle) then return v[i].vehicleName end if getVehicleNameFromModel( tonumber(vehicle) ) then return false --another general check: if the number provided is NOT an ID it is again junk end elseif tostring(vehicle) and not tonumber(vehicle) then if getVehicleNameFromModel(v[i].modelID) == tostring(vehicle) then return v[i].vehicleName end if not getVehicleModelFromName( vehicle ) then --it's just a general check, if it's not a valid name it's junk we won't need return false end end else return false --our arg were nil or false end end end --return default name... let's do it --note: it's possible to compact this, but it will be much less readable if isElement( vehicle ) and getElementType( vehicle ) == "vehicle" then return getVehicleNameFromModel( getElementModel( vehicle ) ) --getVehicleName( vehicle ) lol elseif tonumber(vehicle) then --if it's a number here... it's a valid model so get the name return getVehicleNameFromModel( vehicle ) elseif tostring(vehicle) then --if it wasn't valid the functions already have returned false, so if it's a string in this part of code it's a valid name return vehicle else return nil --in case i forgot something, nil will be returned. remember that both nil and false are "false values", but they are different! end end local car = createVehicle(516, 210.8377532959, -1466.6046142578, 10.860450744629) outputChatBox(getVehicleBrand(420) .. " " .. getVehicleCustomName(420) .. " 1") outputChatBox(getVehicleCustomName(car) .. " 2") outputChatBox(getVehicleBrand("Cadrona") .. " " .. getVehicleCustomName("Cadrona") .. " 3")
    1 point
  10. It might be the order. Because a number can be string and number but a string can't be a number. So, try to change the order. Put the elseif tostring(vehicle) under the tonumber(vehicle)
    1 point
  11. @mr.holasi الله يعافيك , لا ماتقدر اذا كان السيرفر محلي editor واذا عالمي تشغل مود
    1 point
  12. يعطيك العافيه بس سؤال بسيط هل اقدر ادخل معي ناس في الماب اتدور ؟ وكيف الطريقه
    1 point
  13. وعليكم السلام start admin اكتب في اف 8
    1 point
  14. بدل ما افتح موضوع جديد خلينا نكمل هنا المشكلة كانت بملفات النسخة الافتراضية باللعبة 32 والسيرفر تبعي 64 والملفات كانت داخلة ببعضها بالاف تي بي وكنت قاعد اغير المسارات من اللوحة وعدلت من اللوحة احسب ان بيقرا الملفات من سيرفر تي سي ادمن طلع لازم من الملفات نفسها الي بسيرفري المهم بدلت الملفات وركبت ملف mta-server64 بدل ملف mta-server ثم تروح على System >> Settings >> Games & Other Voice Servers >> Page 7 ( الصفحة رقم 7 ) من الصفحة 7 بتلاقي اللعبة Multi Theft Auto ( Linux ) اختار اللينكس لان في نسختين وحده لينكس ووحده ويندوز ، سيرفري لينكس اكيد بدخل على اللينكس ثم تاب Files & Directories الأشياء المطلوب تغيرها : Relative Executable: تعدلها ل :mta-server64 الان السيرفر عندك بيشتغل بدون اي مشاكل ان شاء لله ... خطوات اضافية .. هذه الخطوات اذا تبغى لما تسوي اي سيرفر يجي محدث والنسخة الاخيره يتم ملئ الخانات التالية بما يلي : Files Folder Name: multitheftauto_linux_x64-1.5.3 Download URL: http://linux.multitheftauto.com/dl/153/multitheftauto_linux_x64-1.5.3.tar.gz Save Filename: _multitheftauto_linux_x64-1.5.3.tar.gz Post Download Script: #!/bin/bash cd ${FilesFolderFullName}/mods/deathmatch wget http://linux.multitheftauto.com/dl/153/baseconfig-1.5.3.tar.gz tar -xf baseconfig-1.5.3.tar.gz mv baseconfig/* . rm -fr baseconfig rm -f baseconfig-1.5.3.tar.gz mkdir resources cd resources wget https://mirror.multitheftauto.com/mtasa/resources/mtasa-resources-latest.zip unzip mtasa-resources-latest.zip rm -f mtasa-resources-latest.zip طبعا الروابط والمسارات ممكن تتغير مع حسب الاصدارات الخاصة بإم تي إي والي عنده خادم ومشتري تي سي ادمن لازم يكون يعرف هالخطوات على الاقل .. بعد الانتهاء من ملئ ما سبق تجد في الأعلى زر يسمى Export إضغطه ليتم تصدير الملفات الجديدة لخادمك ويتم اعتمادها بانشاء السيرفرات الجديدة اي خدمات السكايب بالتوقيع بالتوفيق
    1 point
  15. Marksman Carbine (Ruger) Render
    1 point
  16. باول حاول تعدل اسلوبك بـ كلام لنك قاعد تكلم شخص مثلك .. مو تكلم لك حيوان .. ثاني شي ما اتوقع فيه مبرمج بـ يبرمج لك و يسلم لك مودات او مابات الخ بدون ما تدفع له اول شي .. اوك تقولي سمعتي معروفة و الخ حتا لو تكون وشو محد يوثق فيك .. يمديك مثلا تكتب لـ ضمان حقي و حقك افتح سيرفر و خلني ادخل اجرب مود مثلا .. تدخل انت و تجرب مود عجبك تدفع له و يسلمه لك .. ما عجبك تروح تدور غيره اما عطني ثم اعطيك خلها لك .. ثاني شي 5 دولار ؟ هذي تجيب لك ماب الدائري ههههههههههههه ^^^سويت لي عروض وخصم وهدايا بتصير مبرمج سيرفري وبيصير لك فلوسك الي تجيك كل شهر على الشغل الي تسويه لي^^^ اي عروض يا رجال وهي 5 دولار يعني بقولك دولار برمج لك و يسوي لك هداية بعد .. حلمك كبير .. لاكن الله يوفقك ان شاء الله .. بتوفيق لك اخوك سعد الغامدي ..
    1 point
  17. تبي فري روم كامل جديد بـ 5$ ? -_-" اساساً شغله طويل وعن نفسي انا مستحيل اسوية بهالمبلغ
    1 point
  18. addEventHandler ( 'onClientPlayerDamage',localPlayer, function ( aAttacker ) if ( aAttacker and getElementType ( aAttacker ) == 'player' and aAttacker ~= source ) then local aLocalTeam = getPlayerTeam ( source ) local aAttackerTeam = getPlayerTeam ( aAttacker ) if ( aLocalTeam and aAttackerTeam ) then if ( aLocalTeam == getTeamFromName ( 'TeamOne' ) and aAttackerTeam == getTeamFromName ( 'TeamTwo' ) ) then cancelEvent ( ) end end end end ) Try this and replace 'TeamOne' and 'TeamTwo', With your teams.
    1 point
  19. It is because the vehiclegrunge256 texture is set over the whole car and not only on a specific part. It's not easy neither imposible, but you can try UV mapping over the zone you want to apply the shader on Zmodeler or 3dMax. Btw, which vehicle are you using for that?
    1 point
  20. الأن أحصل مجانا على سيرفرات ماين كرافت وتفعيل وتجديد تلقائي على تطبيق محفظة أف بي أس لمن لا يعرف تطبيق هنا شرحه قم بتحميل تطبيق FPSSERVER WALLET من متجر جوجل بلاي http://bit.ly/2fsLwWb
    1 point
  21. Check if "SuperModerator" is in the setting of race "admingroup".
    1 point
×
×
  • Create New...