SA-MP Forums Archive
[FilterScript] [FS] Vehicle Kit - 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] [FS] Vehicle Kit (/showthread.php?tid=146251)

Pages: 1 2


[FS] Vehicle Kit - ViruZZzZ_ChiLLL - 06.05.2010

Vehicle Kit v1.0
By : ViruZZzZ_ChiLLL
This is my 2nd release in the FS section, so I hope you guys like it


What is it??
It's just a simple filterscript (Vehicle kit) that has a few useful
commands for vehicles.


Commands :
/addnos - To add NOS in your vehicle.
/flip - To flip your vehicle.
/fix - To fix the car's engine not the body.
/repair - Repairs the body and the car engine. Also, repaints.


Pastebin :
Click here

Downloads :




Bugs? Post them here or PM me in forum if you found one
Don't forget to leave a comment
PS. I'm really, really bored so I decided to make this



________
VAPIR NO2


Re: [FS] Vehicle Kit - [MWR]Blood - 06.05.2010

Simple, but useful and nice
Good job dude


Re: [FS] Vehicle Kit - ViruZZzZ_ChiLLL - 06.05.2010

Quote:
Originally Posted by ikarus????
Simple, but useful and nice
Good job dude
Thanks ikarus
________
Honda Mr175


Re: [FS] Vehicle Kit - XRVX - 06.05.2010

awesome job mate
great work


Re: [FS] Vehicle Kit - ViruZZzZ_ChiLLL - 06.05.2010

Quote:
Originally Posted by XRVX
awesome job mate
great work
HAHA, thanks man :P
________
Montana medical marijuana dispensaries


Re: [FS] Vehicle Kit - rbN. - 06.05.2010

Quote:
Originally Posted by ikarus❶❸❸❼
Simple, but useful and nice
Good job dude



Re: [FS] Vehicle Kit - Kurence - 06.05.2010

way too much simple


Re: [FS] Vehicle Kit - Zh3r0 - 06.05.2010

This kind of releases with basic stuff in it is kinda usefull for the ones that can't search...

Good job i must say....


Re: [FS] Vehicle Kit - Peep - 06.05.2010

Simple but nice !


Re: [FS] Vehicle Kit - RyDeR` - 06.05.2010

Код:
if(strcmp(cmdtext, "/addnos", true, 6) == 0)
You should do 6+1 because of '/'

Same for the other codes..


Re: [FS] Vehicle Kit - park4bmx - 06.05.2010

Simple and nice Keep it up DUDE


Re: [FS] Vehicle Kit - ViruZZzZ_ChiLLL - 07.05.2010

Quote:
Originally Posted by RobinOwnz
Quote:
Originally Posted by ikarus????
Simple, but useful and nice
Good job dude
Thanks

Quote:
Originally Posted by Kurence
way too much simple
Yes, it is really simple but, meh, just decided to make it :P

Quote:
Originally Posted by PlayON
This kind of releases with basic stuff in it is kinda usefull for the ones that can't search...

Good job i must say....
Right
and thanks :P

Quote:
Originally Posted by Peep
Simple but nice !
thank you

Quote:
Originally Posted by ? RyDeR ?
Код:
if(strcmp(cmdtext, "/addnos", true, 6) == 0)
You should do 6+1 because of '/'

Same for the other codes..
Okay, okay, thanks ? RyDeR ?

Quote:
Originally Posted by park4bmx
Simple and nice Keep it up DUDE
thanks man
________
Best penny stocks


Re: [FS] Vehicle Kit - john_shepherd - 08.05.2010

cool
Nice



Re: [FS] Vehicle Kit - ViruZZzZ_ChiLLL - 08.05.2010

Quote:
Originally Posted by john_shepherd
cool
Nice
haha, thanks man ^^
many more FS (better than this) to come


Re: [FS] Vehicle Kit - ViruZZzZ_ChiLLL - 11.05.2010

Quote:
Originally Posted by [DRC
Killer ]
GREAT JOB!!!
thanks :P


Re: [FS] Vehicle Kit - TheNuttyScientist - 11.05.2010

Simple, but a great script.


Re: [FS] Vehicle Kit - ViruZZzZ_ChiLLL - 11.05.2010

Quote:
Originally Posted by BlackBlood1337
Simple, but a great script.
Yeah, its too simple.... and thanks :P


Re: [FS] Vehicle Kit - bpeterson - 11.05.2010

Indent your code.
Also, I would not use a time for repairing the player's vehicle and you are using returns where they are not needed.


Re: [FS] Vehicle Kit - ViruZZzZ_ChiLLL - 11.05.2010

Quote:
Originally Posted by bpeterson
Indent your code. \\ Uh, okay
Also, I would not use a time for repairing the player's vehicle and you are using returns where they are not needed.
Okay, and this was like my 2nd release :>


Re: [FS] Vehicle Kit - bpeterson - 11.05.2010

Quote:
Originally Posted by ViruZZzZ_ChiLLL
Quote:
Originally Posted by bpeterson
Indent your code. \\ Uh, okay
Also, I would not use a time for repairing the player's vehicle and you are using returns where they are not needed.
Okay, and this was like my 2nd release :>
I'm not bitching, just saying.
Good job btw.