[FilterScript] [FS] tAxI's Xtreme Vehicle Management v0.3
#1

NEW - [FS] Version - Now Compatible With GF and PEN1 (you will need to work out the bugs urself though but its now mostly working)!!!!

The Newest version is now compatible with the GF and pen1 scripts...ppl have been asking for it so i just did it...basically u can now hardcode vehicles into ur own GM and they wont register on my system, the only vehicles that will register on the vehicle management system are the ones u place thru the filterscript...any others are effectively ignored by the filterscript

The Next download is an experimental version of a filterscript that i designed based on this modification...seems to be going well so here u are guys...have fun and hopefully it'll be a good addition to ur server [Note: this is very highly experimental right now so please report bugs, I have suspicions it may not work fantastically with some gamemodes lol...particularly those with race checkpoints...well the fuel system would maybe interfere with that so we'll have to see how it goes...ALSO PPL STOP TRYING TO ADD TO GF OR PEN1...virtually incompatible...anything based on PEN1 probs aint gonna work with any version of my car script!!!!]

CLICK HERE TO DOWNLOAD!!!! <--You must read source file ("filterscripts/source/tAxI_XVM.pwn") for usage instructions - This is VITAL!!!!

Readme:

/vcredits:
Script designer and concept - tAxI aka Necrioss (email <::> cptnsausage@hotmail.com)
Original Code for the vehicle HP bar - MR Tapes - Highly modified by tAxI/Necrioss
If you wish to use this script or any parts of it in your own gamemode please fee free but you must GIVE CREDIT!!!
Also i took a couple of the long string chain seperator processes from the PEN1 original and trust me without that this was impossible so big credit to Denver for those wee bits of code

/vhelp
For VEHICLE SYSTEM help, please type /vehiclehelp.
For FUEL SYSTEM info and the location of the refuelling stations, please type /fuelhelp.
Type /vcredits to see a list of the ppl who contributed to this script.

/fuelhelp
Fuel station areas are located in all the fuel stations for ground vehicles!
For airborne and large vehicles, the refuelling areas are located in all of the airports (inc verdant meadows)...All fuel stations are marked by a grey vehicle icon on ur minimap, you must be in close proximity to these icons in order to refuel
Refuel vehicle - use the vehicle control panel - /vmenu

/vehiclehelp
Simply type /vmenu in order to access the vehicle control panel either in or out of your vehicle, to allow callcar etc


In order to properly use the FS with ur mode u must remove all of the addstaticvehicles in ur script and instead place all of the vehicle spawn data into the tAxI_vehicles_setup.tAxI file in scriptfiles folder...without this ur cars won't load at all...i repeat you cant have any vehicles in ur gamemode they must all be in that file - (format is as follows) - "modelid,xspawn,yspawn,zspawn,zangle,color1,color2 "
Remember to take a new line for every set of vehicle spawn data...I've included a demo version of the file in the zipped file for download so u can use it for reference

End ofReadme:

FS update info - 2 September 2007 - v0.2b:
I've rewritten just about everything and the system now runs on a much more efficient filesystem and theres no dini included whatsoever...all pure file management now so very fast in comparison to the last version...also due to the new system the vehicle files ane now one huge combined file...so if u wanna edit it manually ur gonna have to know EXACTLY what ur doing, i can offer help if anyone needs help with messed up vehicles.
I removed the setplates as they dont work due to sync issues in sa-mp.
I also changed a bit of the callcar command so its maybe buggy just now.
I think thats it...entirely new script basically so enjoy!!!


FS update info - 24 September 2007 - v0.3:

I've done away with every single vehicle command - and replaced it with a vehicle control panel which can be accessed via using the command /vmenu - ENJOY

Also added a vehicle HP bar that even changes colour as health drops and tells u to bail when its going to explode!!

Reply
#2

[Bugs resolved.]
Reply
#3

oh yeah...i forgot to remove the spawn stuff lol...also the rest can pretty much be fixed soon as i have time so keep watching for updates...ill work on it some tonight
Reply
#4

k..cool!

btw.i removed the spawn stuff but now when i register or login the first time it crashed my server. i simply restarted the server and tried again then it sayed command not found. >.<
Reply
#5

lol this has hapened to me before wit my own freeroam mode also...something about the dini stuff in it forces the files not to write properly ingame so i have to rewrite the enire thing from scratch to fix it...even though i write exact same code it fixes it...go figure...ive never heard of it happening so i have absolutely no idea what the heck happens to it lol.

UPDATED...REDOWNLOAD!!!!!!!!!!!!!!!!!!
Reply
#6

ok..this is making my server REALLY slow..it takes FOREVER to go to the spawn slelction screen and same thing for commands..its really getting fustrating..and i REALLY need this...

EDIT: im still having the same problems
Reply
#7

hmmm...looks like it aint possible to run it as a filterscript then...it uses too many things which really should be hard coded...what i'll probably do is convert this from a filterscript into instructions for adding this code into a full gamemode and having it run as is...its not too difficult to do that now hat ive separated all the more advanced code out...i'll remove the banks and admin system so its only the car script with rcon admins being the system admin for the vehicles etc

I'll repost the script once its been fixed that way
Reply
#8

ok.XD i cant do
ANYTHING without this.XD

thx alot!

btw. can u keep the bank in? XD
Reply
#9

please make this only Car system and fuel, so we can put it in the gamemode please.

only car system and fuel please :P
Reply
#10

ok the curent fomat is gonna be just the car system and speedo and fuel with fuel stations etc...ive removed the banks cos ive removed the login system and yeah its a mess right now but im tidying it up and removng the miscelaneous code bits from all the commands etc...also the car administration will be run from the server RCON admin system so ppl can basically use their own admin systems to control the car ownership etc if tey so wish...im increasing the car limit to 700...the only thing u will have to alter on ur own gamemode is ur addstaticvehicle commands which will need to be replaced by my custom designed one...this is almost purely o facillitate the model id recognintion system that the dashboard display uses etc so u can remove it if u like but if u dont know how...dont mess with it cos its really quite complicated lol :P

Reply
#11

ok so ur removing the login system? i wanted the car ownership to save in player files so it will stay as thier car even when they logout.
Reply
#12

yeah it still will but i\'ll just make it autocreate the playerfile when they connect reguardless of whether they have logged in or not...this will mean that you will have to be carefull of the way an existing mode saves the login playerfiles...my system just uses the playername as the filename but it encodes it etc so there shud be no crossover...hopefully lol
Reply
#13

nice nice, but are we able to set different prices on the cars ? and even PARK them where the player wants, and after next server restart it will be at the place the player /parkhere \'\'it ?\'\'
Reply
#14

Quote:
Originally Posted by <tAxI>
yeah it still will but i\'ll just make it autocreate the playerfile when they connect reguardless of whether they have logged in or not...this will mean that you will have to be carefull of the way an existing mode saves the login playerfiles...my system just uses the playername as the filename but it encodes it etc so there shud be no crossover...hopefully lol
nice..XD thx ALOT taxi cant wait.
Reply
#15

hmmm i never designed a working non-buggy park command but suppose i could eventually

UPDATED PPL...Its 100% ready to install on your server!!! ENJOY and if u have any problems post up here
Reply
#16

ok..nice! XD

well..here are the bugs..

Vehicle names dont match.

If i enter ANY car it says (exact quote)"welcome to you ,drive carefully!" and it says i have no fuel and the car respawns. next time i enter the same car it says the same thing but now it has fuel. if i try to buy the car it says i own it. if i try to secure it it says i need to buy it.
Reply
#17

Broken link, please fix!!!!!!!
Reply
#18

the link works fine..
Reply
#19

dont work for me :S upload on another page please ?

megaupload.com maybe ?
Reply
#20

lol link worked for me btw nice script :P
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)