SA-MP Forums Archive
[GameMode] Moving Target Gaming Roleplay Script - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Moving Target Gaming Roleplay Script (/showthread.php?tid=667937)



Moving Target Gaming Roleplay Script - Chenko - 13.07.2019

Hello everyone, I present to you the Moving Target Gaming Roleplay gamemode. This is a fully fledged roleplay server developed over the course of 5 or so years starting with Vortex Roleplay 1 as a base.

The code is provided as is with no support being provided such as help setting up the SA:MP server, SQL server, fixing bugs etc.

Link: https://github.com/Chenkers/MTG-SAMP-Script

If you are going to use this script please make sure to remove all references to Moving Target Gaming, MT-Gaming, or MTG from the script.

If you wish to see the features present within the gamemode, you can check my post history or search for MT-Gaming videos on the web. There are a few on an old channel showcasing updates as well as many community uploaded ones.

Some features off the top of my head are:
There are a ton of other features I can't remember. You'll have to play around to see what is there. This script is very robust and was enjoyed by thousands of players over the course of 5 years. The latest iteration of the server had over 80,000 registered users.

Tip: If you are having issues with MySQL make sure SQL Mode does not include STRICT_TRANS_TABLES or STRICT_ALL_TABLES. This will cause the gamemode to not work as most columns do not have default values.


Re: Moving Target Gaming Roleplay Script - SirCrow - 15.07.2019

Nice o/


Re: Moving Target Gaming Roleplay Script - KevTheJoker - 16.07.2019

I can't see the .sql file there, or am I blind? lol


Re: Moving Target Gaming Roleplay Script - Chenko - 16.07.2019

Quote:
Originally Posted by KevTheJoker
View Post
I can't see the .sql file there, or am I blind? lol
The server used a hosted MySQL database. As it has been so long and no backups exist, I don't fully remember all the tables and their structure so that is something you'll need to go through the code and determine.

There is a bit of code that I used in the initial migration to SQL to create a few tables in the mtg_mysql.pwn file but it is not the complete tables anymore.


Edit: I found a backup with SQL table generation info. Ill add it to the Github once I remove some sensitive info.


Re: Moving Target Gaming Roleplay Script - Chenko - 16.07.2019

mtg_rp_tables.sql has been added to the repo. This contains create table code required for the MySQL database.


Re: Moving Target Gaming Roleplay Script - Hawk839 - 17.07.2019

Where to fill up the mysql details?


Re: Moving Target Gaming Roleplay Script - aoky - 17.07.2019

idiot child chenko !!


Re: Moving Target Gaming Roleplay Script - Chenko - 17.07.2019

Quote:
Originally Posted by Hawk839
View Post
Where to fill up the mysql details?
Server should create a file called MySQLConfig.ini on startup.


Re: Moving Target Gaming Roleplay Script - Chenko - 18.07.2019

Added some features I could remember to the main post so people can have an idea of what this script has to offer. I've also updated the github repo to have more necessary files in scriptfiles.


Re: Moving Target Gaming Roleplay Script - DropKick - 18.07.2019

Good script, thanks for sharing !