Full Vehicle Control system {0.3c} -
willsuckformoney - 30.11.2010
Full Vehicle Control system {0.3c}
- Little Information
- Usage
- Download
- Credits
Little Information
This is 0.3c use for anyone to use (Made for RP mostly).
I made almost everything except 2 things added.
Credits will be shown down the page.
Usage
/systemhelp
Show the commands.
/seatbelt
Put your seatbelt on/off.
/myspeed
Sends your Speed in MPH and KMH.
/stick
Put your car in drive/park (If not in drive, can't drive your car).
/lightsflashoff
Flash your head lights like a cop cars.
/lightsflash
Stop flashing your head lights - regular head lights.
/lightson
Turn on your lights to see like at night.
/lightswat
One light on.
/lightsoff
Turn your lights off.
/fcar
spawn you a bike and an infernus.
/veh
Edit your Engine, Doors, Car Alarm.
/myplate
Set your vehicle plate custom.
Download
Pastebin -
http://pastebin.com/cG9kLz51
MediaFire -
http://www.mediafire.com/?u1w1rw01k3m9oeh
Credits
Who ever made
strtok (Think ******)
The_Moddler - Helmet system (
https://sampforum.blast.hk/showthread.php?tid=194211 )
DracoBlue - IsNumeric(const string[])
Who ever made
DelPrint(string1[]) (Think DracoBlue)
Pghpunkid - Full lights system (
https://sampforum.blast.hk/showthread.php?tid=179513 )
Zeex - zcmds command processor
Enjoy.
Re: Full Vehicle Control system {0.3c} -
Kitten - 30.11.2010
really nice script +1 love it going to use it
Re: Full Vehicle Control system {0.3c} -
Caine Toth - 30.11.2010
pretty cool filterscript
Re: Full Vehicle Control system {0.3c} -
Ruffles. - 30.11.2010
Epic, C-RP is totally gonna use it once they release the 0.3c V1
Re: Full Vehicle Control system {0.3c} -
willsuckformoney - 30.11.2010
Be sure to show them the topic!
Re: Full Vehicle Control system {0.3c} -
Hiddos - 30.11.2010
You forgot to give credits to Zeex for zcmd

.
Other then that, I can see you've learned quite a lot since I first met you ^^. I knew you could do it
Re: Full Vehicle Control system {0.3c} -
pojefauzan - 30.11.2010
Nice script...
Re: Full Vehicle Control system {0.3c} -
Den_Deluxe - 30.11.2010
very bugged
Re: Full Vehicle Control system {0.3c} -
nGen.SoNNy - 30.11.2010
Please give me the .amx

Good Joob!
Re: Full Vehicle Control system {0.3c} -
Auxxx - 30.11.2010
Did not test it, but I can see from the code, that it is pretty bugged. Also, the /veh command looks quite similar to my filterscript's... Anyway, good job.
Re: Full Vehicle Control system {0.3c} -
willsuckformoney - 30.11.2010
Forgot about zcmd, will add now, also Auxxx just because it looks like your doesn't mean it is..
Tell me how its bugged please.
Re: Full Vehicle Control system {0.3c} -
[MWR]Blood - 30.11.2010
Quote:
Originally Posted by Anonym2009
Please give me the .amx  Good Joob!
|
Make the .amx yourself, just open the .pwn and hit F5 on your keyboard!
Re: Full Vehicle Control system {0.3c} -
Auxxx - 01.12.2010
Quote:
Originally Posted by willsuckformoney
Forgot about zcmd, will add now, also Auxxx just because it looks like your doesn't mean it is..
Tell me how its bugged please.
|
Did I said that? No... Don't get pissed off now, eh. I just said, it looks similar
Re: Full Vehicle Control system {0.3c} -
Lookin - 01.12.2010
VERY NICE!
Re: Full Vehicle Control system {0.3c} -
06leachr - 02.12.2010
Quote:
Originally Posted by Delux13
Make the .amx yourself, just open the .pwn and hit F5 on your keyboard! 
|
You would think it would be that simple, but just hitting F5 will bring all these errors:
pawn Код:
C:\Users\Robert\Downloads\Seatbelt.pwn(457) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Users\Robert\Downloads\Seatbelt.pwn(462) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Users\Robert\Downloads\Seatbelt.pwn(701) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\Robert\Downloads\Seatbelt.pwn(702) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\Robert\Downloads\Seatbelt.pwn(708) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\Robert\Downloads\Seatbelt.pwn(709) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\Robert\Downloads\Seatbelt.pwn(727) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\Robert\Downloads\Seatbelt.pwn(728) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\Robert\Downloads\Seatbelt.pwn(734) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\Robert\Downloads\Seatbelt.pwn(735) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\Robert\Downloads\Seatbelt.pwn(753) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\Robert\Downloads\Seatbelt.pwn(754) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\Robert\Downloads\Seatbelt.pwn(760) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\Robert\Downloads\Seatbelt.pwn(761) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\Robert\Downloads\Seatbelt.pwn(692) : warning 203: symbol is never used: "objective"
C:\Users\Robert\Downloads\Seatbelt.pwn(692) : warning 203: symbol is never used: "boot"
C:\Users\Robert\Downloads\Seatbelt.pwn(692) : warning 203: symbol is never used: "bonnet"
C:\Users\Robert\Downloads\Seatbelt.pwn(692) : warning 203: symbol is never used: "doors"
C:\Users\Robert\Downloads\Seatbelt.pwn(692) : warning 203: symbol is never used: "alarm"
C:\Users\Robert\Downloads\Seatbelt.pwn(692) : warning 203: symbol is never used: "lights"
C:\Users\Robert\Downloads\Seatbelt.pwn(692) : warning 203: symbol is never used: "engine"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
14 Errors.
Re: Full Vehicle Control system {0.3c} -
willsuckformoney - 03.12.2010
Read, 0.3C meaning lose the 0.3b scripting things and get the 0.3c.
Re: Full Vehicle Control system {0.3c} -
GL-RP Owner - 19.01.2011
hey Guys
when i do /myplate "Test" and it work's now when i do /myplate "Test1" on my ownble car it won't work but it work's on rent car's can some help me
Re: Full Vehicle Control system {0.3c} -
Fool - 19.01.2011
Looks clean, Nice Job.
Re: Full Vehicle Control system {0.3c} -
Awesome@Man - 20.01.2011
Successfully testing it was amazing all vehicle system but why the time night and when me type Time 12 get dead :/ anyways nice
______________________
IP: 79.179.24.206:7777
Re: Full Vehicle Control system {0.3c} -
Vibrate17 - 27.01.2011
It's a big problem with /myplate, because when type /myplate and I chose my number and press enter, the car will be respawned and repaired. On a RP server it's a problem with this command. At event everyone use /myplate to repair his vehicle.
Solutions?