[Include] Vehicle - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (
https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] Vehicle (
/showthread.php?tid=436770)
Vehicle -
Byter - 12.05.2013
Introduction: This allows you to manage the vehicles.
Download: vhttp://pastebin.com/3URfR4e4
Commands: Commands:
/iaddvehicle <add a vehicle to your gamemode, vehicle will save in vehicles.ini in your scriptfiles folder>
/ivehicle <spawn a vehicle modelid/name>
/iload <load vehicles from file>
/ihelp <view some info>
Includes: #include <vehsys> or what ever you named it.
Re: Vehicle -
Isolated - 12.05.2013
More information could be used, also a nice layout. It just looks like plain text to me.
Looking through the code. This could have just been used as a filterscript. I mean you didn't even hook the callbacks.
Re: Vehicle -
Byter - 12.05.2013
Sorry man, never really done a Include before one of my first things.