Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 28/01/17 in all areas

  1. well i fixed that a couple of months ago i just didn't release it anyway i made the list 90% just the scrolling i don't have much time to do it so im releasing what i did in it https://community.multitheftauto.com/index.php?p=resources&s=details&id=13635 @[NIG]MKH, @Abu-Solo. @iPrestege, @MR.GRAND
    3 points
  2. Table = {}; table.unpack math.random onClientGUIClick outputChatBox
    2 points
  3. If you want to change your MTA Forums username, you are now able to do it yourself without the need of asking a Forum Administrator for help. You can find the option for changing the forum username (also known in IPS as Display Name) in the Account Settings, located in the collapsible menu in the top-right corner of the page (near your forum avatar and nickname). You can also visit this link to get to the username change page directly: https://forum.multitheftauto.com/settings/username/ However, before you change your username, please acknowledge the following: To prevent the abuse of the feature, you can change your username only once per 180 days (or more) since the last change. If you have changed your username recently, but thought that you would want your previous one back, we will not restore your previous nickname on request. Likewise, if you have changed your username, but do not like it, then we will not change your username to something else before your username change cool-down period expires. Please do not use comma characters , in your nicknames, as that will break some things for your account. For instance, you will not be able to receive Private Messages from other users. Note that if that is actually what you want (you do not want to receive PMs), you can simply disable the messenger feature. An option for that is located at the bottom of the page in the Private Messages Inbox. Do not change your nickname to impersonate MTA Team members and Forum Moderators (or possibly any other well known MTA Community figures). Regular Forum Rules still apply to forum username changes. Therefore, please think well before you change your username. -- MTA Team
    2 points
  4. There is a public page (configured by me, hosted by UptimeRobot) showing uptime of the hosts in MTA:SA "Hosting solutions" pages, Spanish and english pages, if you have more hosts, tell in this post to add. Objective of this page: when you go to buy a host, know exactly their stability. URL: https://stats.uptimerobot.com/YWgYnHp6J Check type Check HTTP(s) Reach the stats View uptime, downtime and the response times. Verification Verifies downtime from multiple locations.
    1 point
  5. السلام عليكم ورحمة الله وبركاتة لقد تم السماح للاعضاء بتغيير اسمائهم بنفسهم من دون الحاجة الي التواصل مع ادارة المنتدي لتغييره لهم في اعلي الصفحة بجهة اليمين ( بالقرب من صورتك في المنتدي و اسمك ) ( Account Settings ) يمكنك إيجاد خاصية تغيير الاسم في إعدادات الاكاونت كما يمكنك الإنتقال لصفحة تغيير الاسم بشكل اسرع من خلال : https://forum.multitheftauto.com/settings/username/ : وقبل ان تغير اسمك يرجي عدم مخالفة هذه القوانين والا ستعرض نفسك للعقوبة لتجنب إساءة أستخدام هذه الخاصية , يمكنك تغيير اسمك مره واحده فقط كل 180 يوم ( او اكثر ) اذا قمت بتغيير اسمك مسبقأ , واردت ان تقوم بإرجاع اسمك السابق , لن نرجعه لك في حال قمت بمراسلة الإداره علي سبيل المثال : في حال قمت بتغيير اسمك ومن ثم لم يعجبك , نحن لن نقوم بتغييره لك الا بعد انتهاء مدة الـ 180 يوم يرجي عدم إستخدام هذه العلامة , في اسمك لأنها ستتسبب في إتلاف بعض الاشياء في حسابك علي سبيل المثال : لن تتمكن من إستلام الرسائل الخاصة من اي عضو في المنتدي Disable my messenger وإذ كان هذا في الواقع ماتريده ( عدم إستلام الرسائل في الخاص ) , ببساطة يمكنك تعطيلها , اذهب لصندوق الرسائل ومن ثم ستجد في اسفله خيار اسمه لاتحاول إنتحال اسم احد ادارة المنتدي او مشرفين المنتدي او احد الاعضاء وعقوبة ذلك مذكوره في قوانين المنتدي وبالتالي , يرجي التفكير جيدأ قبل ان تغير اسمك الموضوع الاصلي ستجده : هنا @jhxp : هو من أنشأ الموضوع وبالتوفيق للجميع
    1 point
  6. As the title says, how is it possible to attract players on MTA nowadays? I've seen a lot of servers with unique gamemodes and ideas fail or simply closed cause of lack of motivation and players.
    1 point
  7. fileWrite والفنكشنات حقت الـ files , انا شخصيا كنت اسويها ف مودات وناسة [ RACE ]
    1 point
  8. لا ماتنفع الاضمن تشفرة وتسوي كيش اللي هو مايحملة
    1 point
  9. تم تحديث المود الي الاصدار الخامس مع لوحة جديدة لعيون اللي طلب
    1 point
  10. مشكور علي المساعدة ي نصور
    1 point
  11. @Abu-Solo مدري فضاوه ض + تخلي الكود حلو ومرتب بالنسبة لي @KinG_Himoo12 /debugscript 3 ?
    1 point
  12. خش meta.xml وحط <file src='image.png' download='false'/> ثم سوي onClientResourceStart downloadFile يوم يدخل هاذي ^^ onClientPlayerQuit fileDelete يوم يطلع ^^
    1 point
  13. addEventHandler('onClientGUIClick',root, function ( ) if ( source == GUIEditor.button[6] ) then local sel = guiComboBoxGetSelected ( GUIEditor.combobox[1] ); local aText = guiComboBoxGetItemText ( GUIEditor.combobox[1] , sel ); if ( sel ~= 0 ) then if ( aText == 'CarName' ) then triggerServerEvent('GetVehicle',localPlayer,411); elseif ( aText == 'CarName' ) then triggerServerEvent('GetVehicle',localPlayer,560); end end end end ); --- Server Side local VehicleTable = { }; addEvent ( 'GetVehicle' , true ); addEventHandler ( 'GetVehicle' , root , function ( idCar ) if ( idCar and type ( idCar ) == 'number' ) then if ( isElement ( VehicleTable [ source ] ) ) then destroyElement ( VehicleTable [ source ] ) end if ( getPedOccupiedVehicle ( source ) ) then removePedFromVehicle ( source ) end local pos = { getElementPosition ( source ) }; VehicleTable [ source ] = createVehicle ( idCar , pos[1] , pos[2] , pos[3] ) warpPedIntoVehicle ( source , VehicleTable [ source ] ) end end ); addEventHandler ( 'onPlayerQuit', root , function ( ) if ( isElement ( VehicleTable [ source ] ) ) then destroyElement ( VehicleTable [ source ] ) VehicleTable [ source ] = nil end end ); جرب
    1 point
  14. -- Created By #_iMr,[E]coo ... Not Delete It local TableARaB = { } addCommandHandler ( "Join_", function ( ) if #TableARaB >= 5 then return outputChatBox( "اكتمل العدد ... حاول مرة اخرى", root, 255, 170, 127,true) end setElementPosition ( source, x, y, z ) tableinsert(source, TableARaB) end end ) addCommandHandler ( "Out_", function ( ) setElementPosition ( source, x, y, z ) tableremove(source, TableARaB) outputChatBox( "افتتح المجال للدخول شخص اخر", root, 255, 170, 127,true) end end ) function tableinsert(player, Table) if not getPlayerTable(player, TableARaB) then table.insert(Table, player) end end function tableremove(player, Table) for i, v in ipairs (Table) do if (v == player) then table.remove(Table, i) end end end function getPlayerTable(player, Table) for i, v in ipairs (Table) do if (v == player) then return true end end end addEventHandler("onPlayerQuit", root, function() if getPlayerTable(source, TableARaB) then tableremove(source, TableARaB) outputChatBox( "افتتح المجال للدخول شخص اخر", root, 255, 170, 127,true) end end ) addEventHandler("onPlayerWasted", root, function() if getPlayerTable(source, TableARaB) then tableremove(source, TableARaB) outputChatBox( "افتتح المجال للدخول شخص اخر", root, 255, 170, 127,true) end end ); سويت لك تكتب باف 8 Join_ يدخلك واذا فيه 5 اشخاص م يدخلك وتقدر تطلع من المكان لما تكتب Out_ ويقول يوجد مكان للدخول واذا طلع من السيرفر او مات الشخص يقول له يوجد مكان للدخول ما سامحك اذا تمسح الحقوق
    1 point
  15. وربي ما رح امسحه علشانك يا غالي يخوي حاولت ما نفع شوف كلنت -- Created By #_iMr,[E]coo ,,,, Not Deleted It local combox = GUIEditor.combobox[1] local button = GUIEditor.button[6] addEventHandler("onClientGUIClick", resourceRoot, function() if source == button then local Select = guiComboBoxGetSelected(combox) local Text = guiComboBoxGetItemText(combox, Select) if Text == "Infernus" then triggerServerEvent("GetInfernus") elseif Text == "Sultan" then triggerServerEvent("GetSultan") end end end ) سيرفر Vehicle = {}, addEvent ( "GetInfernus", true ) addEventHandler ( "GetInfernus", root, function ( ) local x, y, z = getElementPosition ( source ) local _,_,r = getPedRotation ( source ) if isElement( Vehicle[source] ) then destroyElement( Vehicle[source] ) else Vehicle[source] = createVehicle ( 411, x, y, z+1, 0, 0,r) warpPedIntoVehicle ( source,Vehicle[source] ) end end ); addEvent ( "GetSultan", true ) addEventHandler ( "GetSultan", root, function ( ) local x, y, z = getElementPosition ( source ) local _,_,r = getPedRotation ( source ) if isElement( Vehicle[source] ) then destroyElement( Vehicle[source] ) else Vehicle[source] = createVehicle ( 560, x, y, z+1, 0, 0,r) warpPedIntoVehicle ( source,Vehicle[source] ) end end );
    1 point
  16. تسلم علي مساعدته ي بطل كنت قاعد أسويله الكود وفجأه احصل الصوت ذا يجي حق لما رسالة جديدة تجي يقدر انه يسوي تحقق ان اللي اختاره هو اول او ثاني خيار مو شرط يجيب الكلام
    1 point
  17. Try this one: https://nightly.multitheftauto.com/files/modules/32/test2/ml_sockets.dll
    1 point
  18. Try this: https://nightly.multitheftauto.com/files/modules/32/test1/ml_sockets.dll
    1 point
  19. وهذي ايضا مفيدة copyAccountData -- نسخ الداتا حق الحساب للحساب ثاني يعني وقت ولفل وقتل الخ
    1 point
  20. + getRandomPlayer
    1 point
  21. اتوقع لو تحذف مشاركتي بعد م تغلق الموضوع احسن خليه مغلق ويعطيك العافية
    1 point
  22. Yes, upload to http://upload.mtasa.com Just the resource
    1 point
  23. = dxLibrary مكتبة الدي اكس منكونة من dxCreateWindow dxCreateBotton dxCreateEdit dxCreateGridList -- by twz3 Etc...
    1 point
  24. Is the MTA server crashing? If yes, then zip up utrixmta\dumps\ and upload to https://upload.mtasa.com/ and post link here
    1 point
  25. 3 دولار او 10 سوا
    1 point
  26. Nice feature :D. When is there going to be a possibilty of restarting the post count and post stats like post per day.
    1 point
  27. Well it is possible with lua, just not as pretty. Doesn't render ware have Dynamic shadows by default? Because if so I would if it'd be possible to some how unlock the dynamic lighting and the dynamic shadows aspect of render-ware in MTA.
    1 point
  28. I have created a Compatibility FAQ on the wiki based on this topic.
    1 point
×
×
  • Create New...