Skip to content

All resources used on the MrGreenGaming.com MTA servers (Race & Race Mix).

License

Notifications You must be signed in to change notification settings

MrTurth/Mr.Green-MTA-Resources

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mr.Green-MTA-Resources

All resources used on the MrGreenGaming.com Multi Theft Auto: San Andreas (MTASA) servers (Race & Race Mix).

Goal

TBA

Setting up a local server

  • Checkout the resources into your local MTA server folder
  • You can use the Mr.Green-MTA-Resources/config/mtaserver.conf file to use as an example server config
  • A lot of resources need access to MySQL and GC accounts to work:
    1. Older resources still need their SQL tables created before they can run, use the dumps Mr.Green-MTA-Resources/config/green_coins.sql and Mr.Green-MTA-Resources/config/mrgreen_mtasrvs.sql to create them
    2. Set up the connection to your MySQL server in the gcshop settings (with runcode for example): /srun set("*gcshop.host", 'localhost'); set("*gcshop.dbname", 'mrgreen_mtasrvs'); set("*gcshop.user", 'root'); set("*gcshop.pass", '');
    3. Set up gc devmode, this skips the need to check passwords with /gclogin: /srun set("*gc.devmode", true)
    • Now you can login with /gclogin <forumid> admin, the forumid is the id for an account you can choose

Contributing

Anyone is welcome to contribute. Make sure your changes correspond with our goal. When in doubt, make an issue with your wished changes, before applying them in the code-base.

License

A non-dramatic 'The MIT License' applies. See LICENSE file for details.

Credits

Project team

  • Jarno Veuger (Ywa) - Owner, merger, issue management
  • EsDeKa (SDK) - Merger, issue management
  • AfuSensi (KaliBwoy) - Merger, issue management
  • Alexey Yakubovskii (AleksCore) - Merger, issue management

Implementation

  • EsDeKa (SDK)
  • AfuSensi (KaliBwoy)
  • Alexey Yakubovskii (AleksCore)

Additional implementation

  • Stijn Lindeman (Puma) - Pickup icons

Links

About

All resources used on the MrGreenGaming.com MTA servers (Race & Race Mix).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 83.5%
  • FLUX 8.2%
  • JavaScript 3.9%
  • HTML 2.2%
  • PHP 1.3%
  • CSS 0.5%
  • PLpgSQL 0.4%