GettingStarted: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:Getting Started}} == General Stages == Download the server files on the Downloads page at [https://gtaconnected.com gtaconnected.com]. Extract the server file...") |
No edit summary |
||
Line 14: | Line 14: | ||
The default resource, called "freeroam", includes spawning the player and fading the camera. | The default resource, called "freeroam", includes spawning the player and fading the camera. | ||
If you are not using this default resource, be sure to spawn the player and fade the camera using [[spawnPlayer|spawnPlayer]] and [[fadeCamera|fadeCamera]] in a logical event such as in the [[OnPlayerJoined|onPlayerJoined]] event. | If you are not using this default resource, be sure to spawn the player and fade the camera using [[spawnPlayer|spawnPlayer]] and [[gta.fadeCamera|gta.fadeCamera]] in a logical event such as in the [[OnPlayerJoined|onPlayerJoined]] event. | ||
== Manual == | == Manual == | ||
Check the [[ServerManual|Server Manual]] page. | Check the [[ServerManual|Server Manual]] page. |
Revision as of 00:49, 2 December 2020
General Stages
Download the server files on the Downloads page at gtaconnected.com.
Extract the server files to an empty folder.
Change settings in server.xml.
Run Server.exe.
Player Spawning and Camera Fading
The default resource, called "freeroam", includes spawning the player and fading the camera.
If you are not using this default resource, be sure to spawn the player and fade the camera using spawnPlayer and gta.fadeCamera in a logical event such as in the onPlayerJoined event.
Manual
Check the Server Manual page.