Main Page: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
Line 41: Line 41:


<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<div style="float:right; width: 16px;">[[File:Scripting.png|32px|right]]</div>
<div style="float:right; width: 32px;">[[File:Reference.png|32px|right]]</div>
<h3>Community Tutorials</h3>
<h3>JS /C# /C++</h3>
----
----


Introduction
<h4>Forum Links</h4>
* [[Getting Started with Server|Getting Started with running a Server]]
* [https://rage.mp/forums/forum/43-tutorials/ Scripting Tutorials]
* [[Getting Started with Development|Getting Started with Development]]
* [https://rage.mp/forums/forum/5-support/ Scripting Support]
* [[Getting Started with Commands|Getting Started with Commands]]


TypeScript (Client-side)
<h4>Settings</h4>
*[[Server_settings|Server Settings]]


* [[Using Typescript|Getting Started with Typescript]]
<h4>Manuals</h4>
* [[Typescript_Imports|Cross Referencing Typescript Files]]
* [[Getting Started with Server|Getting Started with running a Server]]
 
Forum Links
* [https://rage.mp/forums/forum/43-tutorials/ Scripting Tutorials]
* [https://rage.mp/forums/forum/5-support/ Scripting Support]


</div>
</div>


<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<div style="float:right; width: 0px;">[[File:community_trools.png|70px|right]]</div>
<div style="float:right; width: 32px;">[[File:Reference.png|32px|right]]</div>
<h3>Community Tools</h3>
<h3>JavaScript</h3>
----
----
<h4>Server-side</h4>
*<span>[[Server-side events|Events]]</span>
*[[Server-side functions|Functions]]


People that created great tools for RAGE.
<h4>Client-side</h4>
*[[Client-side events|Events]]
*[[Client-side functions|Functions]]


*[https://github.com/LucasRitter/ragemp-kotlin-client Kotlin definitions Client-side '''(Lucas Ritter)'''].
<h4>Manuals</h4>
*[https://github.com/CocaColaBear/types-ragemp-s Type-Script Definitions Server-side Only '''(CocaColaBear)'''].
*[https://nodejs.org NodeJS Introduction]
*[https://github.com/CocaColaBear/types-ragemp-c Type-Script Definitions Client-side Only '''(CocaColaBear)'''].
**[https://nodejs.org/dist/latest-v8.x/docs/api/ NodeJS Docs]
*[https://github.com/tiagocardosoweb/GTANetwork_PascalSharpConverter Pascal C# Converter '''(tiago)''']
*[https://www.w3schools.com/js/js_intro.asp Javascript Introduction]
*[https://github.com/ragemp-java/server-plugin Java Plugin '''(Noxaro)''']
**[https://developer.mozilla.org/en/docs/Web/JavaScript Javascript Docs]
*[http://keycode.info/ Key Codes]
* [[Getting Started with Development|Getting Started with Development]]
* [[Getting Started with Commands|Getting Started with Commands]]
* [[Using Typescript|Getting Started with Typescript]]
* [[Typescript_Imports|Cross Referencing Typescript Files]]
</div>
</div>


<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<div style="float:right; width: 32px;">[[File:Reference.png|32px|right]]</div>
<div style="float:right; width: 32px;">[[File:Reference.png|32px|right]]</div>
<h3>Server-side (API)</h3>
<h3>C#</h3>
----
----
*JavaScript (Node.js)
**<span>[[Server-side events|Events]]</span>
**[[Server-side functions|Functions]]


*C#
<h4>Server-side</h4>
**<span>[https://wiki.gtanet.work/index.php?title=Scripting_Events Events]</span>
*<span>[https://wiki.gtanet.work/index.php?title=Scripting_Events Events]</span>
**[https://wiki.gtanet.work/index.php?title=Server_Scripting_Functions Functions]
*[https://wiki.gtanet.work/index.php?title=Server_Scripting_Functions Functions]
**[https://wiki.gtanet.work/index.php?title=OOP_Scripting OOP Scripting]
*[https://wiki.gtanet.work/index.php?title=OOP_Scripting OOP Scripting]


*C++
<h4>Client-side</h4>
**[https://github.com/ragemultiplayer/ragemp-cppsdk GitHub]
*<span>[https://wiki.gtanet.work/index.php?title=Scripting_Events Events]</span>
*[https://wiki.gtanet.work/index.php?title=Server_Scripting_Functions Functions]
*[https://wiki.gtanet.work/index.php?title=OOP_Scripting OOP Scripting]
 
<h4>Settings</h4>
*[https://wiki.gtanet.work/index.php?title=settings.xml Server Settings (C#)]
*[https://wiki.gtanet.work/index.php?title=meta.xml Resource Metafile (C#)]
 
<h4>Manuals</h4>
*[https://docs.microsoft.com/en-us/dotnet/csharp/quick-starts/ C# Quickstarts]
*[https://wiki.gtanet.work/index.php?title=Porting_an_existing_project_to_.NET_Core_2.0 Porting an existing project to .NET Core 2.0]
*[https://wiki.gtanet.work/index.php?title=Setting_Up_a_Development_Environment_using_Visual_Studio Setting Up a Development Environment using Visual Studio (Windows)]
*[https://wiki.gtanet.work/index.php?title=Setting_Up_a_Development_Environment_using_Visual_Studio_Code Setting Up a Development Environment using Visual Studio Code (Windows/Linux/macOS)]


*[[Server_settings|Server Settings]]
</div>
</div>


<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<div style="float:right; width: 32px;">[[File:Reference.png|32px|right]]</div>
<div style="float:right; width: 32px;">[[File:Reference.png|32px|right]]</div>
<h3>Client-side (API)</h3>
<h3>C++</h3>
----
----


*JavaScript
<h4>Server-side</h4>
**[[Client-side events|Events]]
*[https://github.com/ragemultiplayer/ragemp-cppsdk GitHub]
**[[Client-side functions|Functions]]
 
*C#
**[[Events]]
**[[Functions]]


</div>
</div>


<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<div style="float:right; width: 32px;">[[File:Tutorial.png|32px|right]]</div>
<div style="float:right; width: 0px;">[[File:community_trools.png|70px|right]]</div>
<h3>Javascript Help</h3>
<h3>Community Tools</h3>
----
----


These pages links to reference about Javascript & NodeJS.
People that created great tools for RAGE.
*[https://nodejs.org NodeJS Introduction]
**[https://nodejs.org/dist/latest-v8.x/docs/api/ NodeJS Docs]
*[https://www.w3schools.com/js/js_intro.asp Javascript Introduction]
**[https://developer.mozilla.org/en/docs/Web/JavaScript Javascript Docs]
</div>


<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px;box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
*[https://github.com/LucasRitter/ragemp-kotlin-client Kotlin definitions Client-side '''(Lucas Ritter)'''].
<div style="float:right; width: 32px;">[[File:Gaming.png|32px|right]]</div>
*[https://github.com/CocaColaBear/types-ragemp-s Type-Script Definitions Server-side Only '''(CocaColaBear)'''].
<h3>Begin your Journey Now!</h3>
*[https://github.com/CocaColaBear/types-ragemp-c Type-Script Definitions Client-side Only '''(CocaColaBear)'''].
----
*[https://github.com/tiagocardosoweb/GTANetwork_PascalSharpConverter Pascal C# Converter '''(tiago)''']
 
*[https://github.com/ragemp-java/server-plugin Java Plugin '''(Noxaro)''']
<div style="background: #FD8828; border: 1px solid #FFFFFF; padding: 4px;">
*[http://keycode.info/ Key Codes]
 
[[File:Download.png|20px]] ''' [https://cdn.gtanet.work/RAGE_Multiplayer.zip Download RageMP]'''</div>
 
* [[Rage_Multiplayer|About RAGE:MP]]
* [[Changelog|Changelog]]
* [[Getting Started with Client|Installation Guide]]
* [[Buy_Grand_Theft_Auto_V|Buy Grand Theft Auto V]].
* [https://rage.mp/forums/forum/5-support/ Support Forums].
* [https://discord.gg/A5exBRX Support Live Chat].
* [https://bt.rage.mp/mp/issues Bug Tracker].
* [https://rage.mp/forums/forum/41-hosting-solutions/ Server Hosting].
</div>
</div>


Line 202: Line 193:
* [[File:Youtube.png|30px]] [https://www.youtube.com/c/ragemp Youtube]
* [[File:Youtube.png|30px]] [https://www.youtube.com/c/ragemp Youtube]
* [[File:Facebook.png|30px]] [https://www.facebook.com/ragemultiplayer/ Facebook]
* [[File:Facebook.png|30px]] [https://www.facebook.com/ragemultiplayer/ Facebook]
</div>
<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px;box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5); border-radius: 5px 5px 0px 0px;">
<div style="float:right; width: 32px;">[[File:Gaming.png|32px|right]]</div>
<h3>Begin your Journey Now!</h3>
----
<div style="background: #FD8828; border: 1px solid #FFFFFF; padding: 4px;">
[[File:Download.png|20px]] ''' [https://cdn.gtanet.work/RAGE_Multiplayer.zip Download RageMP]'''</div>
* [[Rage_Multiplayer|About RAGE:MP]]
* [[Changelog|Changelog]]
* [[Getting Started with Client|Installation Guide]]
* [[Buy_Grand_Theft_Auto_V|Buy Grand Theft Auto V]].
* [https://rage.mp/forums/forum/5-support/ Support Forums].
* [https://discord.gg/A5exBRX Support Live Chat].
* [https://bt.rage.mp/mp/issues Bug Tracker].
* [https://rage.mp/forums/forum/41-hosting-solutions/ Server Hosting].
</div>
</div>



Revision as of 21:09, 14 July 2018

Welcome to the RAGE Multiplayer wiki.You will find a various types of documentations along with the stuff you'll need to build your desirable server.
You may find some missing details from pages. If you need any help, feel free to use the Forums or contact us directly via Discord.


News | Changelogs


GTA Network & RAGE:MP Coming Together Forum  •  July 5, 2017
RAGE's developer preview stage 1 is now live! (dp1) Forum  •  Changelog  •  August 27th, 2017
RAGE's developer preview stage 1 part 2 (dp1p2) Forum  •  Changelog  •  September 3rd, 2017
RAGE 0.3.2 Announcement Forum  •  Changelog  •  November 29, 2017
RAGE 0.3.2: RC-1 Public Testing Forum  •  Changelog  •  December 9, 2017
RAGE 0.3.2: RC-1-3 Forum  •  Changelog  •  December 9, 2017


C++


Server-side

Looking forward to help us?


You can always help us developing our wiki and improving our community.

Community


You can always join our community platforms to meet other people like you.