GettingStarted: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 11: Line 11:


== GTA III, VC, SA, and IV (Custom Modes/Scripted) ==
== GTA III, VC, SA, and IV (Custom Modes/Scripted) ==
At the very minimum, you'll need 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. The default resource provided with the server, called "freeroam", includes spawning the player and fading the camera, but is designed for GTA 3 only.
There are some example scripts [https://github.com/VortrexFTW/gtac_essentials here]. At the very minimum, you'll need to fade in the camera using [[gta.fadeCamera|gta.fadeCamera]] in a logical event such as in the [[OnPlayerJoined|onPlayerJoined]] event. The default resource provided with the server, called "freeroam", includes spawning the player and fading the camera, but is designed for GTA 3 only.  


== Manual ==
== Manual ==
2,756

edits