Popular Post Bonsai Posted May 1, 2018 Popular Post Share Posted May 1, 2018 Hey, after a long time I am releasing a newer version of this Multigamemode. You can find it on Github. Some Features: - Create as many arenas as you like by just calling a simple function providing a name and other properties. - Allow players to create their own arenas, in which they are automatically added as an admin for their arena. These custom arenas are destroyed the moment everyone has left them. - Use the Training button to train every map available on the server. - Common features like respawn, rewind, cp/tp etc. to help practising maps. - Custom ACL system: Each arena has their own acl file, yet you still can define global admins in the usual server acl. - A few maps have been included to make it easier to test and show the way how maps have to be organized. A little screenshot of the Lobby: More Screenshots can be found on Github for now. In order to use this Multigamemode, you will have to follow a quick instruction: Quote Copy all the directories into your /resources folder of your MTA server.Replace your servers ACL file with the ACL file provided.Edit your mtaserver.conf file to automatically start the "CCS" resource. Some of you might have seen this Multigamemode on the DDC server. This is a slightly different version from what we use on DDC. It excludes a few resource such as Userpanel or Stats, as they rely on our MySQL database and therefore cannot be shared so easy. Also, you will have to change the way Login works, if you want to login using an account of the mta server or remotely by using a website. Right now you can only login with an account on the ddc forum, as most people are gonna change the login to what they need anyway. Not everything is done in the best way and I would probably do some things differently now, but it works quite good and might be a good base for people to start their own project. If you want to contribute, you can create a pull request on Github. Bonsai 6 2 Link to comment
_Evo_ Posted May 15, 2018 Share Posted May 15, 2018 Hello, i was happy to see this because using you first project we're done good server project, hope this will be good update.. good work mate ! 1 Link to comment
Shuubaru Posted June 9, 2018 Share Posted June 9, 2018 Awesome! I built my server using your very very first version of the mgm, it got a lot of bugs but was also a nice start to me since thanks to it a learned a lot of scripting and new scripting techniques. It's nice to see you are releasing now a really improved version. 1 Link to comment
Bonsai Posted June 17, 2018 Author Share Posted June 17, 2018 On 9.6.2018 at 23:37, [?]Itachi said: Awesome! I built my server using your very very first version of the mgm, it got a lot of bugs but was also a nice start to me since thanks to it a learned a lot of scripting and new scripting techniques. It's nice to see you are releasing now a really improved version. I'm a little ashamed of that first version I released. I never planned to release it, I just started working on it some day for fun and didn't spend much time on planning it or writing good code, therefore it was kinda dirty. But then it got bigger and I felt like it would be a waste of time if I didn't release it, so it's good to hear that despite of the problems of the that version, it was useful to some people. 1 Link to comment
sFxMTA Posted August 18, 2018 Share Posted August 18, 2018 (edited) I think this might be a good base for some projects, you really have put so much effort into it and that could be seen easily Just one thing, i think you just forgot to add the toptimes script Edited August 18, 2018 by XisH Link to comment
-RL- Posted September 16, 2018 Share Posted September 16, 2018 How can I remove the login? 1 Link to comment
Frox Posted October 20, 2018 Share Posted October 20, 2018 Give me ur discord my friend need u to help him in he's Community sL Spiritual Legends thanks. Link to comment
Popular Post Bonsai Posted June 13, 2020 Author Popular Post Share Posted June 13, 2020 Hey, so I had some updates and changes that were only on DDC server so far, which I also uploaded to this repository now. New or improved: - Scoreboard - Userpanel - Battle Royale added - Podium added - Register/Login to local database - and more I haven't done any testing after changing how login and register works, so there might some problems which you will have to fix on your own. Probably Userpanel might need some editting to work this way. Maybe someone can use these updates for their own server or some of the code at least. https://github.com/Bonsai11/Multigamemode (The screenshots on Github are not necessarily accurate anymore.) Bonsai 2 2 Link to comment
RekZ Posted June 16, 2020 Share Posted June 16, 2020 On 13/06/2020 at 22:35, Bonsai said: Hey, so I had some updates and changes that were only on DDC server so far, which I also uploaded to this repository now. New or improved: - Scoreboard - Userpanel - Battle Royale added - Podium added - Register/Login to local database - and more I haven't done any testing after changing how login and register works, so there might some problems which you will have to fix on your own. Probably Userpanel might need some editting to work this way. Maybe someone can use these updates for their own server or some of the code at least. https://github.com/Bonsai11/Multigamemode (The screenshots on Github are not necessarily accurate anymore.) Bonsai Its cool but you forget some resources like logger and ccs_database Link to comment
Bonsai Posted June 16, 2020 Author Share Posted June 16, 2020 Oh, I forgot to remove them from the main resource meta file. They are not there on purpose. Link to comment
RekZ Posted June 17, 2020 Share Posted June 17, 2020 On 16/06/2020 at 11:56, Bonsai said: Oh, I forgot to remove them from the main resource meta file. They are not there on purpose. Dont hate me but you forget to remove.. <include resource="CCS_challenge" /> and if we dont have the CCS_database, how i can use your userpanel ? [2020-06-18 01:24:49] ERROR: [MGM]\[Script]\[General]\CCS_userpanel\userpanel_s.Lua:283: exports: Call to non-running server resource (CCS_stats) [string "?"] [2020-06-18 01:24:49] ERROR: [MGM]\[Script]\[General]\CCS_userpanel\userpanel_s.Lua:30: exports: Call to non-running server resource (CCS_database) [string "?"] [2020-06-18 01:24:49] ERROR: [MGM]\[Script]\[General]\CCS_userpanel\userpanel_s.Lua:75: exports: Call to non-running server resource (CCS_database) [string "?"] [2020-06-18 01:24:49] ERROR: [MGM]\[Script]\[General]\CCS_userpanel\userpanel_s.Lua:219: exports: Call to non-running server resource (CCS_database) [string "?"] [2020-06-18 01:24:49] WARNING: [MGM]\[Script]\[General]\CCS_userpanel\userpanel_s.Lua:221: Bad argument @ 'dbQuery' [Expected db-connection at argument 3, got nil] Link to comment
Bonsai Posted June 18, 2020 Author Share Posted June 18, 2020 Well as I said, maybe you can use some code of it or something. You don't have the database with all its tables etc. so that obviously the userpanel won't just work just like that. Where should it get the data from? If you want to use it you need to make it work with your own database structure. 3 1 Link to comment
Lujuria Posted November 16, 2020 Share Posted November 16, 2020 after seeing your publication for years, I just came in to see if anything new happened, and you updated the resources!!! Thank you so much Bonsai for bringing this to the community, so I hope you keep building this great resource more, and the battle Royale is so amazing and all the changes you made to him!! i hope you can keep bringing more updates, a hug for you brother 1 Link to comment
Bonsai Posted June 9, 2021 Author Share Posted June 9, 2021 On 04/06/2021 at 10:07, ExiSenza said: Can you share Red maps? I am a big fan of Red type and I always wanted to have these maps, it really would mean a lot. Especially BMX maps xd Hi, here are some Red maps: https://easyupload.io/zayn96 Bonsai Link to comment
surfer Posted May 12 Share Posted May 12 Hello everyone, does anyone have any news? I managed to create and connect to the database, my current fight is with CCS_stats which I am trying to create but without success! And you @Bonsai still frequent this forum? Link to comment
Fullton Posted September 20 Share Posted September 20 On 09/06/2021 at 20:56, Bonsai said: Hi, here are some Red maps: https://easyupload.io/zayn96 Bonsai Hi, could you please update the link? :) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now