SA-MP Forums Archive
[FilterScript] Devon's Vehicle Commands [YCMD] - 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)
+--- Thread: [FilterScript] Devon's Vehicle Commands [YCMD] (/showthread.php?tid=329992)



Devon's Vehicle Commands [YCMD] - zDevon - 31.03.2012

Introduction
This is my first filterscript, weighing in at a mere 145 lines. It is a quick and easy way to get out of having to script vehicle-controlling commands for your beginning roleplay (or whatever else type of server may require these commands) server. I've only been scripting for a little over a month, but I use the commands myself and have found them quite reliable. The commands are scripted in Ycmd and include the following:RequirementsInstallation
  1. Download the DVC.rar and YCMD.
  2. Place the YCMD file in your pawno/includes folder.
  3. Place DVC.pwn and DVC.amx in your server directory/filterscripts.
  4. Open your server.cfg and add "DVC" after the word "filterscripts" (one space).
  5. If you do not already have it, open your script and add ManualVehicleEngineAndLights(); under your OnGameModeInit callback.
  6. Run your server, and try out the commands!
Media
A screen showing what you will get on use of /engine. The same applies for the other commands, though obviously with the respective text: http://i.imgur.com/n7Xhp.png

ChangelogKnown Bugs (1)Download
  1. MediaFire: http://www.mediafire.com/?a585lo84kjjqdai
  2. Pastebin: http://pastebin.com/yep1WMj0
Enjoy! Please post any feedback you may have, criticism included!


Re: Devon's Vehicle Commands [YCMD] - Luis- - 31.03.2012

Hi Devon, it's Luis from RRP. This is a pretty good filterscript, good information on how to get it working. Good job!


Re: Devon's Vehicle Commands [YCMD] - zDevon - 31.03.2012

Quote:
Originally Posted by -Luis
View Post
Hi Devon, it's Luis from RRP. This is a pretty good filterscript, good information on how to get it working. Good job!
Hi Luis! It's my first, thanks a lot.