Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => ShowRoom (pawn) => Topic started by: AirCity on November 05, 2012, 02:52:43 am

Title: Vehicle System
Post by: AirCity on November 05, 2012, 02:52:43 am
Vehicle System
http://www.mediafire.com/download.php?p57ful1yt42v53x
http://www.vcmpteam.tk/


SetVehicleFunction
GetVehicleFunction

let me know if there are any bugs
Title: Re: Vehicle System
Post by: heekz.shadow on November 05, 2012, 05:36:30 pm
Pretty good, still all you did was to put all functions ( or most ) along in a single function.. :)
Title: Re: Vehicle System
Post by: AirCity on November 05, 2012, 08:55:33 pm
Pretty good, still all you did was to put all functions ( or most ) along in a single function.. :)

thanks bro i just made it simpler

So that when you need light or alarm there right there

[pawn]
       GetVehicleFunction( playerid, vid, engine, lights, alarm, doors, tyres );
       SetVehicleFunction( playerid, vid, engine, lights, alarm, doors, tyres );
[/pawn]
Title: Re: Vehicle System
Post by: sseebbyy on November 05, 2012, 09:13:03 pm
Good Job ;)

Decrease the number of lines.