Jump to content

Leaderboard

Popular Content

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

  1. Hi there! Our next release is nearly done. However, to ensure that it meets our high quality standards, we would like to ask you guys to thoroughly test it before we release it. This release brings an important change to our release distribution system. Starting today, there will be two builds available for you to download: normal build - only works on Windows 7 and above legacy build - only works on Windows XP and Windows Vista A normal build is basically what we offered with our previous releases, with an exception that it now requires Windows 7 or above to run. The new thing is an legacy build, which only works on Windows XP and Windows Vista. This build uses the last CEF components version that works on XP/Vista, which is now outdated and insecure. To ensure that we will not leave some of our players in the dark, while keeping the rest of them secure, we decided to split the release into two builds. One which uses older CEF components and works on XP/Vista (legacy build), and the other one which has up-to-date CEF but only works on Windows 7 and above (normal build). We have elaborated more on this in a separate post which you can find here. MTA:SA 1.5.3 has a lot of other smaller bug fixes, tweaks and new features included and is a result of another change to our build system, which simplified the development and building process to us. This has also allowed us to back-port many of the smaller changes originally planned for the 1.6 release to 1.5.3. These changes should be compatible with the 1.5 series, but they still need to be tested to ensure that this is indeed the case. And this is where you guys come in. To help us testing the version, simply download the Release Candidate from links below, install it and play as you normally would. If you play on XP or Vista, download the legacy build, otherwise grab the normal one. This version is meant to be fully compatible with MTA:SA 1.5.2 or below, so just join your favourite server and give it a go. If you encounter a problem or spot a bug, you can report them to our bugtracker. Please use the search feature first to see if your problem was not already reported though... Updated Windows/Linux server packages are also available, and similarly, they are also compatible with 1.5.2 clients, so please test whether your servers work fine on 1.5.3 too. Click here to download MTA:SA 1.5.3 RC Normal Build (for Windows 7 and above) Click here to download MTA:SA 1.5.3 RC Legacy Build (Windows XP and Vista only) MTA:SA 1.5.3 RC Linux Server download page You can find the current list of changes for this version here. A summary of changes and credits list will be provided with the final release announcement post. Thank you for helping us make MTA great again awesome. --MTA Team
    1 point
  2. setTeamFriendlyFire
    1 point
  3. local screenW, screenH = guiGetScreenSize() addEventHandler("onClientRender", root, function() local online = #getElementsByType("player") dxDrawRectangle(screenW * 0.0069, screenH * 0.7144, screenW * 0.2188, screenH * 0.0289, tocolor(0, 0, 0, 178), false) dxDrawText("#00FF00Online #FFffffkockák: #00bafF"..online.."/32", screenW * 0.0097, screenH * 0.7144, screenW * 0.2257, screenH * 0.7422, tocolor(255, 255, 255, 255), 0.90, "pricedown", "center", "center", false, false, false, true, false) end )
    1 point
  4. Alright, it's a bug in MTA. It is fixed in the upcoming nightly though.
    1 point
  5. use this client side addEventHandler("onClientResourceStart", resourceRoot, function() batped = createPed(30, 2767.5, -1617, 11) setElementRotation(batped, 0, 0, -45) setTimer(setPedAnimation,500,1,batped, "dildo", "dildo_idle") setTimer(givePedWeapon,500,1,batped, 5, 1, true) addEventHandler ( "onClientPedDamage", batped, cancelPedDamage) end ) function cancelPedDamage () if source == batped then cancelEvent() end end
    1 point
  6. Use my code server side . givePedWeapon: Client side function. giveWeapon: Server side function.
    1 point
  7. يوجد خطأ في المود حقق في ملف server.lua السطر 153 تأكد من الارقام اللي انت كاتبها في هذا السطر
    1 point
  8. setTimer(lowerWarningLevel, 86400000, 1, thePlayer) 1 Day = 86400000 Milliseconds
    1 point
  9. Here's the same function with comments. function position() local x,y,z = getElementPosition(localPlayer) -- this will get the position of the player in 'x, y, z' who types the /getpos command outputChatBox(x..", "..y..", "..z+.5, 0, 255, 0) -- this will output the position to the chatbox setClipboard(x..", "..y..", "..z+.5) -- this will copy the position to the player's clipboard outputChatBox("Position has been copied to your clipboard.", 0, 255, 0) -- this will output another text to the chatbox end -- end the function addCommandHandler("getpos", position) -- attach a command to the function '/getpos' By saying this he meant that you'll have to define vehicle ID before 'x, y, z' arguments since the first argument of createVehicle is the model ID of the vehicle to be created and after that the x, y, z argument come. So it would have to be like {Vehicle model, x, y, z}. Example: {520, 0, 0, 4} <-- this will create a hydra in the middle of the GTA's map. // Hope I was enough understandable //
    1 point
  10. يغلق - كلامي أضنه غير مفهوم أساسا قلت نصائه وجدة معارضين كأني أعمل دعايه لو أردة أعمل دعايه ما أنتضركم
    1 point
  11. مدري كيف تعلمت تكتب عربي حاولت افهم بس للاسف كلامك حواري
    1 point
  12. A quick search got me this: https://community.multitheftauto.com/index.php?p=profile&id=320386 https://community.multitheftauto.com/index.php?p=resources&s=details&id=6184
    1 point
  13. If you guys are looking for some info about our player counts stats, read on. So far, this month's peak concurrent player counts are 20-21k vs 24-25k players (weekdays vs weekends), with peaks usually happening at 17.30 UTC. As for daily total unique player counts, for the last five weeks they were 110-120k vs 138k-142k players (again, weekdays vs weekends). There was actually a record set for that on 4th of September - we had 142,785 unique players that day. There was a slight drop in unique monthly player counts from August (626,167 players, an all-time high!) to September (582,373) - ~43,8k, but it is nothing out of ordinary. We had similar drops in the past for these two months (~46k in 2015, ~48,6k in 2014, ~20k in 2013 etc.)
    1 point
  14. Hello there, Around four years ago, I uploaded my first version of the SQL based gang system, and today, I'm releasing my completely remade resource, with new features and options. In this new system, you can choose to use MySQL or SQLite as storage method in connection.lua. [-] Features: Creating gangs - Custom color - Custom tag (currently useless, up to you to do something with it) - Bank - Message of the day (motd) - Logs Member system - Inviting - Kicking - Ranks - Shouts - Give leadership Bank system - Deposit - Withdraw Rank system - Creating ranks - Custom privileges per rank - Renaming/changing privileges of existing ranks [-] Exported functions: addGang ( name, leader, color (table), tag ) removeGang ( name ) doesGangExist ( name ) getGangList ( SQL: true/false ) getGangData ( gangName, dataName (leader, bank, motd, color, tag, members, createdOn, logs (table), ranks(table)) ) setGangData ( gangname, dataName (Can be a table), dataValue (Can be a table) ) getGangMembers ( gangName ) addGangMember ( gangName, accountName, rank, addedBy ) removeGangMember ( gangName, accountName, kickerName ) getMemberData ( gangName, accountName, dataName (gangName, account, rank, nick, lastAction, addedBy, joinedOn) ) setMemberData ( gangName, accountName, dataName (Can be a table), dataValue (Can be a table) ) getAccountGang ( accountName ) getPlayerGangInvitation ( player ) getPlayersByGang ( gangName ) getPlayerGang ( player ) getPlayerGangRank ( player ) addGangLogMessage ( gangName, message ) clearGangLogMessages ( gangName ) addGangRank ( gangName, rankName, privileges (table) ) removeGangRank ( gangName, rankName ) doesRankExist ( gangName, rankName ) isRankAllowedTo ( gangName, rankName, action (kick, invite, log, setrank, motd, tag, color, bank_withdraw, clearlog, createrank, editrank, delrank, shout) ) [-] How to use it: U (default bind) - Gang Control Panel. /gangs (default cmd) - Shows a list of all gangs. /creategang (default cmd) -- To create a gang /gc (default cmd) -- Gang chat /gshout (default cmd) -- Global gang shout /accept (default cmd) -- To accept gang invitations Example: /creategang Test The resource comes with plenty of settings, so you can customize it at will. DOWNLOAD: HERE
    1 point
  15. PlaySound3D would play a 3rd dimensional sounds which means players near the sound position would be able to hear the sound too and if multiple players join then the sounds will get merged, So PlaySound3D is a bad option, use PlaySound and StopSound onPlayerLogin. You'll have to trigger an event client side from server side because you can't check the login from client.
    1 point
  16. There might be some other code which sets the player's position. For example when you login, you spawn and the play resource sets your position to a random spawn point.
    1 point
  17. هههههه شن بنقول منور ههههه
    1 point
  18. @Ahmed Araby I do not care much I expected something like big explosions, not an turning ugly image PD: And compiled, as if someone wants to "steal" this resource that can be done in 10 seconds
    1 point
  19. I'm waiting for any more issues/bugs to arise. We recently ported the forum highlighter to the Wiki so the system is shared. Once things seem stable, I'll release the highlighter on GitHub and it should be very easy for any community to integrate it onto their website.
    1 point
  20. Concurrent, yes. (so the total of unique players per day is much higher) At most western timezone common times. For people where it's daytime and for us midnight 6AM, it can be a different outlook. Although there's always people like Ahmed who argue its not worth ''updating'' MTA on each version announcement (falsely, because MTA is in the Top 5 of global multiplayer games and by playercounts even outraces major game titles. I would advise Ahmed to read this before saying such a thing: https://www.rockpapershotgun.com/2016/09/15/why-a-million-people-still-play-multiplayer-grand-theft-auto-san-andreas-every-month/
    1 point
  21. يهلا والله بجميع الاعضاء جراند العرب .. طبعا الكل يعرف ماب النزلة في GTA V .. قبل شهرين سويت نفس فكره في ام تي اي > صممت ماب و لقيته فكره ناجحه و جو ناس عجبهم .. و ماشاء الله شفت كم سيرفر قلد فكرهـ لنها كانت ناجحه .. و من ضمن سيرفرات : شباب تبوك .. كنق الطارهـ .. هوامير .. فريق يرفض و فيه كثير سيرفرات لاكن ذكرت اكثر شهرهـ ^ و حبيت انشر ماب الحين لنه صار مطلوب في سكايب عندي و الخ وبعض ناس تدورهـ .. فـ حبيت انشرهـ .. المقطع ماب النزلة : رابط التحميل : في قناهـ .. بحطة وصل مقطع 25 لايك بتوفيق للجميع ~ لا تنسون الايك و كومنت في المقطع اذا تبوني استمر : ) و بتوفيق للجميع : اخوكم ~
    1 point
  22. لم تزبطو معنااء
    1 point
  23. Use the <download_priority_group> put it in your resource meta.xml file <download_priority_group>1</download_priority_group> <download_priority_group/> If not set, the download priority group for a resource defaults to 0. If this is set higher than 0, then the resource will be downloaded and started on the client earlier than other resources. If set to less than 0, the resource will be downloaded and started on the client later than other resources.
    1 point
  24. If it's a Linux server, then you can download the core package without resources. If it's a Windows server, then you can install the mod locally, then copy over just the binary files to your server. You can also check what resources were changed in the change log or in the resources project page commits list (from December 2015 upwards) and update your core resources accordingly (if needed).
    1 point
  25. اجل شوف سوي زي ماقلت لك بالنسبة لملف admin_server.lua وبالكلنت ابحث عن وظيفة aAdminRefresh ( ) وبعد اول 3 سطور بتجيك بتكون زي كذا if ( guiGridListGetSelectedItem ( aTab1.PlayerList ) ~= -1 ) then local player = getPlayerFromName ( guiGridListGetItemPlayerName ( aTab1.PlayerList, guiGridListGetSelectedItem( aTab1.PlayerList ), 1 ) ) if ( player and aPlayers[player] ) then ضيف الكود اللي عطيتك فوق واطلع من السيرفر وادخل وسجل دخول بحساب مشرف وشوف
    1 point
  26. جرب هالطريقة : افتح ملف admin_server.lua واخر الملف ضيف هذا الكود : local xGroups = { 'Moderator', 'Police' } addEventHandler ( 'onPlayerLogin',root, function ( _,xAccount ) local xpAcouunt = getAccountName ( xAccount ) for _,xGroup in ipairs ( xGroups ) do if isObjectInACLGroup ( 'user.'..xpAcouunt,aclGetGroup ( xGroup ) ) then setElementData ( source,'Xunmute',true ) end end end ) وافتح ملف admin > client > gui > admin_main.lua ورح عند سطر 421 وضيف هذا الكود تحتة if getElementData ( localPlayer,'Xunmute' ) == true then if guiGetText ( aTab1.Mute ) == 'Unmute' then guiSetEnabled ( aTab1.Mute,false ) else guiSetEnabled ( aTab1.Mute,true ) end else guiSetEnabled ( aTab1.Mute,true ) end وبكذا المفروض قروب Moderator Police يعطون ميوت ومايقدرون يفكون الميوت
    1 point
  27. قاعد امزح معك انا عدل الملف وسوي رسيت وشوف
    1 point
  28. وبعدين جاي تسوقها علينا انت تقول ناس جاية تقولك استضافة تابل سيئة انت وش دخلك يجونك الناس الا اذا انك تبي تشوه سمعة استضافة تابل مع اني اشوف استضافة تابل ممتازة وتفعيل سريع واسعار معقولة وبعدين جاي تسوقها علينا انت تقول ناس جاية تقولك استضافة تابل سيئة انت وش دخلك يجونك الناس الا اذا انك تبي تشوه سمعة استضافة تابل مع اني اشوف استضافة تابل ممتازة وتفعيل سريع واسعار معقولة
    1 point
  29. استضافتك عن تجربة قبل بـ سيرفر حياه واقعيه كل شوي تطفي و لاق .. ------------------------------- عمري ما تم أنشاء خوادم ل سيرفر حياه واقعيه -------------------------------------- وأيضا على تجربتي أنا حياة واقعيه تحتاج VPS windows ونحن فتحنا بيع خوادم وندوز مند 10 أيام أدن أنت لم تشتري من عندي سيرفر لحيات واقعيه استضافتك عن تجربة قبل بـ سيرفر حياه واقعيه كل شوي تطفي و لاق .. ------------------------------- عمري ما تم أنشاء خوادم ل سيرفر حياه واقعيه -------------------------------------- وأيضا على تجربتي أنا حياة واقعيه تحتاج VPS windows ونحن فتحنا بيع خوادم وندوز مند 10 أيام أدن أنت لم تشتري من عندي سيرفر لحيات واقعيه
    1 point
  30. وتابلو هوست يضن نفسه دكي أنا أتيت لكي أنبه أشخاص أن تابلو هوست شركه موثوثه أيضا بدأ بلعب بالنار ووجدة أنه هو من يحاول أن ينشر دعائات خطأه و كمثال على استضافات لا تستخدم ترخيص قانوني bbtservers.com يمكنك استخدام رابط الأستضافة للتحقق من الترخص Report it to us وسيظهر بوضوح شريط احمر يدل على ان الأستضافة التالية لا تستخدم ترخيص قانوني و يمكنك ايضا الأبلاغ عنها عن طريق الضغط على الزر
    1 point
  31. فقط أشخاص ما يفهمو شو الفرق بين شركتين هم يشترو من تبلو هوست ويأتو ألي يشتكون مادا علي أن أفعل لهم وأنا فتحت الموضوع لكي يفهمو أن هادا ليس خطأ من تبلو هوست
    1 point
  32. يجب أن تعرف أن كلمة جيقا تقال في المغرب لكي تعرف وأنا مغربي أي سأتكلم بأصل ولن أتكلم بكلام أخر غير أصلي الدي جأت منه أما أنت تتكلم بأصلك قيقا لهادا ما تتفلسف يجب أن تعرف أن كلمة جيقا تقال في المغرب لكي تعرف وأنا مغربي أي سأتكلم بأصل ولن أتكلم بكلام أخر غير أصلي الدي جأت منه أما أنت تتكلم بأصلك قيقا لهادا ما تتفلسف وأيضا https://www.whmcs.com/members/verifydomain.php نحن عندنا نسخة أصليه ولكن القديمه أي لن تضهر هناك في الموقع لو تعرف
    1 point
  33. شكراً استاذ جيقا على التحذير بدون ترخيص WHMCS و اود ايضا التحذير من الأستضافات التي تستخدم نظام الفواتير الأستضافات التي تستخدم نظام الفواتير بدون ترخيص من الممكن ان تتعرض للأغلاق بسبب أستخدام سكربتات غير مرخصة بشكل غير قانوني https://www.whmcs.com/members/verifydomain.php ويمكنكم التأكد من الأستضافات التي تستخدم ترخيص بشكل قانوني عبر الرابط tapleto-host.net مثلا يمكنك التأكد من استضافة تابليتوا عن طريق وضع رابط الأستضافة و سيظهر لك بأن الأستضافة تستخدم ترخيص بشكل قانوني و كمثال على استضافات لا تستخدم ترخيص قانوني bbtservers.com يمكنك استخدام رابط الأستضافة للتحقق من الترخص Report it to us وسيظهر بوضوح شريط احمر يدل على ان الأستضافة التالية لا تستخدم ترخيص قانوني و يمكنك ايضا الأبلاغ عنها عن طريق الضغط على الزر اتمنى يا استاذ جيقا ان تزودنا بمعلومات عن النصابيين الذين تتحدث عنهم حتى نتعرف عليهم و نحذر منهم bbtservers اود ان اوضح لك بأن هناك فرق واضح فالمعالج يحتوي على 4 انوية للخادم من تابليتوا بينما 2 انوية في خادم من HDD و بالغالب تستخدم نظام التخزين البطئ bbtservers وبالأضافة إلى مساحة التخزين في تابليتوا تستخدم نظام تخزين اس اس دي السريع بينما من الغير واضح ماذا تستخدم
    1 point
  34. It is hard when the team has other commitments, like their own careers and projects. I'm sure MTA isn't high priority for most of them. Hell, I think one of the (ex?) developers has kids. I can't imagine them spending a lot of time on MTA, let alone another game. You also have to remember that MTA is a multiplayer modification for an already existing game. There's a big difference between building your own game and building a multiplayer framework on top of another game. As far as I know, none of the current development team are graphic designers, modelers, game designers or sound engineers, all of which are needed to create a proper game.
    1 point
  35. I'm sorry that you feel that MTA is bloatware. I agree the download size has increased significantly from our modest days of <5mb installer. But I don't believe for a second that it's a dealbreaker for someone in 2016, even those with terrible internet. The truth of the matter is, MTA has reached a very mature stage in it's lifetime. Future development is really focused on projects that our developers find interesting, because the heart of the mod itself is more or less complete. Let me give some insight into why MTAIV was abandoned: IV itself was poor. For starters, it was one of the worst PC ports for that entire generation, and we've only just got to a point where it runs well. Moreover, you lose some critical RPG elements and gameplay that makes MTASA great. I also find the cover-based shooting and more realistic physics pretty boring. Not only that, the actual game is highly fragmented. You've got GTA4, EFLC and then GTA4+DLC. It makes it hard to target. Then there were the awful patches released by Rockstar - each time making performance worse and making us have to spend significant time re-engineering. Considering all these problems - plus large install size and higher system requirements, I don't think GTA4 would ever gain the same traction San Andreas has. Frankly, at this point, the entire MTA Team are tired of working on something for the benefit of R* when they have absolutely no care for us. But let me clear in that it had very little to do with capability. Orange, although in early stages of development, was shaping up to be one of our best products yet.
    1 point
  36. [align=center]Buenas usuario de MTA, hoy les queria mostrar un nuevo servidor, en el cuual ofrecemos bases gratuitas con canales en TS3, para solicitar una base gratuita conectate a nuestro TS3. Este es un servidor de MTA DayZ esta ambientado en una mezcla muy lograda de PVP junto a survival, el servidor cuenta con sistemas unicos, mapeos unicos, y mucho mas... Informacion: IP Servidor: sv.dangergaming.es IP TS3: ts3.dangergaming.es Foro: http://www.dangergaming.es/foro Host: Europeo 24/7 Bases y usuarios VIP disponible Apertura oficial 13 de Noviembre! Sistemas: Eventos diarios automaticos. HUD unico. Zombies mejorados. Looteo por todo el mapa. Ciudades, aeropuertos y bosques mapeados totalmente de 0. y mucho mas... Bases: En nuestro TS3 podran reclamar salas para su clan y una base gratuita desde hoy mismo. Para obtener una base gratuita necesitas almenos 5 miembros, estos 5 miembros deberan conectarse al mismo tiempo a nuestro TS3 y entonces se te asginara la base y los canales del TS3. El primer mes del servidor se daran bases gratuitas via TS3, despues de el primer mes deberan ser posteadas en nuestro foro oficial. Base gratuita de muestra Normativa Bases y clanes: Minimo miembros en un clan para obtener base gratuita 5. Maximo vehiculos por base gratuita 8. Al menos la mitad de los miembros deberan ser activos. No hay limite de miembros por clan. El dupeo esta totalmente prohibido. Imagenes Les esperamos, atentamente: Administracion Danger Gaming[/align]
    1 point
×
×
  • Create New...