Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 22/11/24 in all areas

  1. mta-add-models is a library/framework resource that I made: Its purpose is allowing you to add new peds(skins)/objects/vehicles to your server. All the new added models will be automatically synced with all players. The way to achieve this is by following the tutorial included in the project's documentation (see GitHub link below) The resource comes with test commands for you to experiment with the mods provided and see what's going on under the hood. You're meant to make your own implementations to use newmodels in your server's complex systems. GitHub Repo (Download): https://github.com/Fernando-A-Rocha/mta-add-models#readme (Documentation here) Community Page (Alternative Download): https://community.multitheftauto.com/index.php?p=resources&s=details&id=19033 For support/questions please access my main thread: https://forum.multitheftauto.com/topic/139644-rel-nandos-resources/ I hope you enjoy!
    1 point
  2. Coopera San Andreas Online Gang War And Police Server Main Language: Arabic (Other languages could be spoken through our language-chat) Server Game-mode: Gang War Server IP: mtasa://23.88.73.88:35369 Discord Link: Click Here :سيرفر حرب العصابات تبع ميمون كاش https://www.youtube.com/@MimounX Gangs: { 11 Gangs } Gangs Clothes: Some Gangs Headquarters: Police: Vagos: Triads: Rifa: Jobs: Cleaner Job Dustman Job Icecream Job Pizza Job Towtruck Job Rob Bank: Clothes Store: Ammunition Store: Pizza Shop: and you can to play DeathMatch: Map DeathMatch: والمزيد من الاشياء رح اخليكم تستكشفونها في سيرفر اتمنى ان يعجبكم محتوى السيرفر ورح تكون هناك تحديثات قوية ومستمرة انشاء الله
    1 point
  3. Coopera San Andreas Online Gang War And Police Server Main Language: Arabic (Other languages could be spoken through our language-chat) Server Game-mode: Gang War Server IP: mtasa://23.88.73.88:35369 Discord Link: Click Here :سيرفر حرب العصابات تبع ميمون كاش https://www.youtube.com/@MimounX Gangs: { 11 Gangs } https://i.postimg.cc/2j4LsQ3X/Gangs.png Gangs Clothes: https://i.postimg.cc/Ss9VFnz7/Gangs-Clothes.png Some Gangs Headquarters: Police: https://i.postimg.cc/PJ4WTYfZ/Police1.png https://i.postimg.cc/sf99YdPX/Police2.png Vagos: https://i.postimg.cc/26jjgZtg/Vagos.png Triads: https://i.postimg.cc/bJ6YPvcr/Triads.png Rifa: https://i.postimg.cc/8P7c1LCS/Rifa.png Jobs: Cleaner Job Dustman Job Icecream Job Pizza Job Towtruck Job https://i.postimg.cc/xdvqwY1N/Pizza-Job1.png https://i.postimg.cc/J40DG9PS/Pizza-Job2.png Rob Bank: https://i.postimg.cc/VvpYSHNc/Bank-rob1.png https://i.postimg.cc/gJ0dgPXW/Bank-rob2.png Clothes Store: https://i.postimg.cc/RCXJCMQc/Clothes-Store1.png https://i.postimg.cc/J0D8Wc5Y/Clothes-Store2.png Ammunition Store: https://i.postimg.cc/gJBp5B86/Ammunition-Store1.png https://i.postimg.cc/J0GrzWMq/Ammunition-Store2.png Pizza Shop: https://i.postimg.cc/W1r4ZjrY/Pizza-Shop.png and you can to play DeathMatch: https://i.postimg.cc/QCyMQd0w/Death-Match.png Map DeathMatch: https://i.postimg.cc/Gms4jv0Q/Death-Match-Map1.png https://i.postimg.cc/zfZV2381/Death-Match-Map2.png https://i.postimg.cc/8c2SkJyp/Death-Match-Map3.png "والمزيد من الاشياء رح اخليكم تستكشفونها في سيرفر اتمنى ان يعجبكم محتوى السيرفر ورح تكون هناك تحديثات قوية ومستمرة انشاء الله " |* مع السلامة *| --
    1 point
  4. Hello, This is a gamemode I made quite a while ago. The gamemode is heavily inspired by GMOD's cinema servers. I am releasing it as open source as it probably needs a little bit more polishing and I don't code in MTA anymore, therefore the community could improve on it if they find interest in it. To use the gamemode you must create a youtube v3 api and put the API key in Cinema\modules\services\server_youtube.lua file. Gamemode: https://github.com/Ali-Ysf/Cinema Notes: The gamemode is made for an "easy" integration inside another gamemode/server. A roleplay server for example. E - interactions. Q - video queue/request video Tab - scoreboard Video: Edit: I have noticed that the standby image still has the server's name where the cinema was deployed. You can find the stand by psd file in Cinema\data\images so feel free to change it to whatever you want
    1 point
  5. Hello. Today I am giving you a gamemode inspired by the PUBG game! Without unnecessary talk, I will show you how to properly enable gamemode! It's easy to run this gamemode. Begin with adding this to mods > deathmatch > acl > "Admin" group bottom: <object name="resource.pubg"></object> <object name="resource.pubg_config"></object> So it will look like this: <group name="Admin"> <acl name="Moderator"></acl> <acl name="SuperModerator"></acl> <acl name="Admin"></acl> <acl name="RPC"></acl> <object name="resource.admin"></object> <object name="resource.webadmin"></object> <object name="resource.acpanel"></object> <object name="resource.pubg"></object> <object name="resource.pb_config"></object> *optionally; admin account for you, using <object name="user.yourAccount"></object> at the bottom. After doing that, open mtaserver.conf and add this at bottom (REMOVE all existing auto-start resources); <!-- pubg is the default gamemode. Remove the following line to prevent it from starting. --> <resource src="pubg" startup="1" protected="0" /> The main gamemode is supposed to start all other depending resources with <include resource="resourceName" /> in meta.xml of the main gamemode resource. So, after adding "pubg" / the main resource to autostartup, it should be sorted already. Now, start the server and play! No accounts or SQL DB required for playing, guest-based! It also contains commands such as: pb-start force || This command forces gamemode start, no matter the amount of players in lobby. pb-starttimer || This command force-starts the timer (default: 60 secs) to start running before auto-launching a new game from lobby, irrespective of amount of players. pb-end dimension || Ends a certain gaming session abruptly, use the dimension ID's for lobbies that are printed to Server console (MTA Server(64).exe) to identify and stop a game while its still running. pb-minplayers [min] || Override a player minimum for specific lobby Video: Download: https://www91.zippyshare.com/v/aSjy6xLh/file.html
    1 point
  6. So... You download my gamemode from somewhere or by someone who leaked it previously https://github.com/rivor/pubg-mta/ and by making play button uglier you call it your own pubg 2.0? Lol
    1 point
×
×
  • Create New...