Grandfather's clock and other odd incidences 9.
Welcome to MTA:Scripts. Hello and welcome to MTA:Scripts! We are small website that started in which very few gamemods to sell, which now expanded to various gamemods, scripts and services available for you! [Gamemode] [MTA] - United Gaming Roleplay Script Note: No support will be given on the files form here on out! Backdoor characters in the database need to be added to a new account with an unknown password. No support will be given on how to do this. This feature is not available right now. Please try again later.
Name | Long Name | Description | Downloads | Type |
---|---|---|---|---|
zombies | Zday script | Zday, a zombie infestation script f. | 145291 | script |
guieditor | GUI Editor | GUI Editor is a resource designed to a. | 87401 | misc |
house_system | House System by DakiLLa (Building/Mana. | 76249 | script | |
zombiegamemode | Zombie Gamemode | Zombie Gamemode - all-in-one gamemode . | 70944 | gamemode |
bank | Bank System | GUI Based bank system. FOR MTA:SA 1. | 70459 | script |
hedit | Ingame Handling Editor | This is the official Handling Editor, . | 55073 | script |
modloader | ModLoader | Never having to edit meta.xml, never b. | 48210 | script |
dxscoreboard | Scoreboard | NEW: The scoreboard is now a part of M. | 39837 | script |
glue | glue | Script to glue yourself to a vehicle. . | 39460 | script |
freeroam | Freeroam GUI | Staff note: This may be outdated. Plea. | 39417 | gamemode |
shader_flashlight_test | Shader Flashlight test | This resource is discontinued. It uses. | 38135 | script |
godmother - reallife script | Im Prinzip ist diese Version die gleic. | 34445 | gamemode | |
business | Business System | Info can be found here: http://forum.. | 34338 | script |
heligrab | Helicopter Grabbing | This is a resource allowing players to. | 31938 | misc |
race | Race | Staff note: This may be outdated. Plea. | 31060 | gamemode |
superman | Superman script. Lets your ped fly an. | 28971 | script | |
speedometer | Speed-o-meter | Nice GUI speedometer with health and s. | 27325 | misc |
basemode | BaseMode | NEW: http://forum.mtasa.com/viewtopic.. | 26130 | gamemode |
login_panel | Login Panel | This panel allows you to easily log on. | 25813 | script |
gtavradar | GTAV radar | This resource will receive occasional . | 21621 | script |
gang_system | Gang system | This is a basic (kind of) SQL based ga. | 20705 | script |
slender | Official Slender Gamemode This game. | 20679 | gamemode | |
c-panel | C-Panel | C-Panel v3.6.1 Author: Castillo . | 20466 | script |
shader_car_paint_reflect | Resource: Shader Car Paint reflect v0.. | 20377 | script | |
mabako-services | mabako-services | *Resource is now patched by XX3!* . | 20148 | misc |
ivhud | GTA IV style hud for mta keys: = :. | 19467 | script | |
housesystem_mysql | This is a MySQL-Based housesystem with. | 19271 | misc | |
shader_dynamic_sky | Shader Dynamic Sky | resource: Shader Dynamic Sky v2.2.2 a. | 18620 | script |
movementrecorder | A simple tool made to make mappers' li. | 18290 | misc | |
stage | Stage | Advanced Camera for moviemaking Simpl. | 17815 | gamemode |
slothbot | Slothbot | This is a resource designed to allow s. | 17288 | script |
gta_5_radar_gps | GTA V Radar + GPS | o -destroy red line /navi-show GPS. | 17285 | script |
cameras | Camera Modes | Utility Resource. It keeps you chan. | 17252 | script |
vehiclesystemcarshops | Vehicle System and Carshops | This is a edit of JasperNL's j-rpg. I . | 16981 | script |
blowingbullets | Hi! This is my first relased resource.. | 16611 | script | |
bombshopadv | Vehicle BombShop | >>>>8-Ball BombShop Advanced <<<< . | 16542 | script |
dogmod | DogMod | Dogs finally arrived in your MTA World. | 16290 | script |
water_level | water_level | This resource allows to change the wat. | 15958 | script |
modshop | Mod Shop | Upgrade you vehicles like in Single Pl. | 15488 | script |
grapple | Grapple hook | Grapple hook for MTA 1.0 see the yo. | 15237 | script |
FairPlay Gaming is a gaming community created in December 2010. We enjoy playing games without limits and we try to push our community forward by having fun and searching new unique ways to expand our community to more games for more people. You are more than welcome to our community and we hope that you will enjoy your stay with us!
This is a Multi Theft Auto Roleplay gamemode, designed specifically for FairPlay Gaming.
Please note, that this is in development, and should not be used for anything yet! You can mark issues and make pull requests. This script is missing some features, which is exactly why this should not be used yet.
Clone the repository. Clone the repository to your Multi Theft Auto folder through your favoured Git program, if you do not yet have a Git program I highly recommend you get one, or otherwise you will not be able to make changes on your computer (except online on GitHub, which is a bit difficult at times). You can find a list of a few Git programs below.
Set up database configuration. Set up your database configuration in database/meta.xml
settings.
Start the Multi Theft Auto server. You now have a full copy of the repository on your computer. With this copy you should now be able to run your server.
Join your local server. After you started your Multi Theft Auto server you are now able to play on it. Your server has automatically initialized all the resources just like on the live server.
You are ready to go. Now I would say you are pretty much done! You can now develop on your local server and make changes to the resource files as much as you want. You do not need to push through the Git server each time you make a commit necessarily, but even if you do, it is easy since all changes are automatically subscribed on to your local Git copy. This helps you do your work faster and more efficiently!
srun startResource( getResourceFromName( 'initializer' ) )
<resource src='initializer' startup='1' protected='0' />
There are several Git programs that give you the ability to clone a remote repository to your local machine. You should see the up -and downsides of each program individually and see which one is the best fit for you and your use.
If you feel that you only just want to use the very basic command line version, you may do that as well. Download Git through Git's official site and get started!
This is the official Multi Theft Auto repository of FairPlay Gaming. We synchronize all files through Git, specifically GitHub, so that all contributors can list and find all commits and files for easier use. We do not use FTP to modify files, but instead work with local copies of the gamemode and after we are satisfied we push the commits to the live server. This way we do not have to bother other players with constant updates and bugs.
Git is also a good tool for keeping up data on different versions, branches and such. With Git we are able to push commits and each commit is its own 'revision'. If we want to, we can always create a branch for a specific incoming update. We can batch specific system(s) into that branch and later merge it with the master copy when we feel that it is ready to go for a release version.
We are not able to push commits directly on to the server through Git. The reason why this is not possible is that we are running on a dedicated game server machine and I do not possess any privileges for installing and setting up Git programs. We could potentially be able to use command line to update the local Git repository copy on the server, so that all updates would be pulled and when we hit 'refreshall', it would reload all of the changed resources. This system is something I would love to get to know better and I hope we can manage this later if we ever do, and if ever purchase and set up a virtual private server.
With Git all contributors have the same data, same files and pretty much same version of everything. If all contributors opened one single file and started making changes to it in different spots, these changes would not cause overwriting problems. If we used FTP, we would all make changes to the single file, but as there is no 'file synchronization handler', the file is always overwritten to the version, which the owner has at the very moment it is pushed on to the server. Git on the other hand specifically looks for actual changes and pushes those accordingly to all known versions so, that the actual file is never overwritten by accident. So it never actually pushes a full file, but just that one typographical fix you made - that, is just awesome. Hill climb racing cheats unlimited coins ios.
You also do not need internet connection to make changes. You can do local changes at any place at any time, and when you do have access to internet you can see the recent changes if any, and push to the server accordingly. This way you can work anywhere, and then later save it to 'the cloud', and by cloud I mean, that your work is saved on a different machine somewhere else in the world. This way if your hard drive is lost, you should always be able to pull that one last commit via Git, hooray!
If all of this still seems a little bit fuzzy for you, feel free to check out a web-based test on Git!