Default resources: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
m (Add resources introduction)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<p><strong>Work in Progress</strong> - This page is related to the [https://github.com/multitheftauto/mtasa-resources mtasa-resources] project, the <strong>Default Lua resources that come with the Multi Theft Auto (MTA) multiplayer mod</strong>.</p>
<strong>Work in Progress</strong> - This page is related to the [https://github.com/multitheftauto/mtasa-resources mtasa-resources] project, the <strong>Default Lua resources that come with the Multi Theft Auto (MTA) multiplayer mod</strong>.


<h1>Development</h1>
== Resources ==
<p>Everyone is welcome to participate in improving the resource pack. Read more about the development process here: [[Default resources - Contributing]]<p>
All resources described below can be found in the [https://github.com/multitheftauto/mtasa-resources mtasa-resources official GitHub repository]. You may view the '''Git Commit History''' to learn about the resource's history and recent changes.
 
===== [[admin]] =====
MTA's default admin panel. Originally created by lil_Toady.
 
===== admin2 =====
A general overhaul to MTA's default admin panel which is currently in development and meant to eventually replace the original admin resource.
 
===== deathpickups =====
This resource will spawn weapon pickups near player corpses after they died.
 
===== defaultstats =====
While running, this resource will make sure to give players maximum stats for stamina, weapon skills and more.
 
===== freeroam =====
MTA's default freeroam gamemode. Will spawn players around certain areas all over San Andreas and spawn in vehicles for them to explore the world with.
 
===== gps =====
GPS is able to calculate and display the quickest road path between two points on the map. Use /path2 [x] [y] [z] with your desired destination coordinates to receive directions on your mini-map.
 
===== headshot =====
While this resource is running a single shot to a player's head will result in an instant kill.
 
===== [[hedit]] =====
Powerful in-game handling editor to adjust various vehicle handling properties in real-time.
 
===== [[helpmanager]] =====
A GUI-interface meant to provide a central location for other resources to provide helpful insight on how to use them.
 
===== [[Resource:mapcycler|mapcycler]] =====
Enables servers to cycle between select lists of maps and gamemodes automatically.
 
===== [[Resource:Realdriveby|realdriveby]] =====
Enables advanced drive-bys with more weapons and configurable restrictions. Originally created by talidan.
 
===== reload =====
Enables players to reload their current weapon with a configurable (default 'r') key.
 
===== sfxbrowser =====
GUI browser to find and play sound effects from GTA:SA's sound banks. After starting the resource use /sfxbrowser to open.
 
===== [[votemanager]] =====
A resource to provide servers with the ability to start and process votes like mapvotes, kickvotes and more.
 
== Development ==
 
===== Contributing =====
Everyone is welcome to participate in improving the resource pack. Read more about the development process here: [[Default resources - Contributing]]




[[Category: Development]]
[[Category: Development]]

Revision as of 08:53, 4 July 2024

Work in Progress - This page is related to the mtasa-resources project, the Default Lua resources that come with the Multi Theft Auto (MTA) multiplayer mod.

Resources

All resources described below can be found in the mtasa-resources official GitHub repository. You may view the Git Commit History to learn about the resource's history and recent changes.

admin

MTA's default admin panel. Originally created by lil_Toady.

admin2

A general overhaul to MTA's default admin panel which is currently in development and meant to eventually replace the original admin resource.

deathpickups

This resource will spawn weapon pickups near player corpses after they died.

defaultstats

While running, this resource will make sure to give players maximum stats for stamina, weapon skills and more.

freeroam

MTA's default freeroam gamemode. Will spawn players around certain areas all over San Andreas and spawn in vehicles for them to explore the world with.

gps

GPS is able to calculate and display the quickest road path between two points on the map. Use /path2 [x] [y] [z] with your desired destination coordinates to receive directions on your mini-map.

headshot

While this resource is running a single shot to a player's head will result in an instant kill.

hedit

Powerful in-game handling editor to adjust various vehicle handling properties in real-time.

helpmanager

A GUI-interface meant to provide a central location for other resources to provide helpful insight on how to use them.

mapcycler

Enables servers to cycle between select lists of maps and gamemodes automatically.

realdriveby

Enables advanced drive-bys with more weapons and configurable restrictions. Originally created by talidan.

reload

Enables players to reload their current weapon with a configurable (default 'r') key.

sfxbrowser

GUI browser to find and play sound effects from GTA:SA's sound banks. After starting the resource use /sfxbrowser to open.

votemanager

A resource to provide servers with the ability to start and process votes like mapvotes, kickvotes and more.

Development

Contributing

Everyone is welcome to participate in improving the resource pack. Read more about the development process here: Default resources - Contributing