Using the Example Script.
Method One - Adding it to your own script
This example assumes your main script [Link] is in the same directory as your
[Link]
1. Check the file paths...
2. Under onScriptLoad( ), add the following;
// Load the class
dofile("sunshine/[Link]");
// Load into array 'MyVehicles'
[Link]("sunshine/[Link]");
// Remember to give me credits :-)
print( "=== Loaded Sunshine Auto's v1.1 - By rulk ===" );
3. Copy and paste all of the code under onPlayerCommand() into your own script.
4. Run the server and jump in-game.
Method Two - Using it independently
1. Put s_cmds.nut in the same directory as your [Link]
2. Open [Link], and put/change sqgamemode s_cmds.nut
3. Run the server and jump in-game.
Finally....
REMEMBER TO SAVE REGULARY!!
[Link]("sunshine/[Link]");