Interface administrators, moderator
2,813
edits
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
== GTA III, VC, SA, and IV (Custom Modes/Scripted) == | == GTA III, VC, SA, and IV (Custom Modes/Scripted) == | ||
There are some example scripts [https://github.com/VortrexFTW/v-essentials here]. | There are some example scripts [https://github.com/VortrexFTW/v-essentials here]. If you're making your own scripts, 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 == | ||