[FilterScript] Vehicle Mapper - Mapping vehicles has never been this easy!
#1

Hello there fellas,

Well, I haven't released anything in a while now and I've decided it's about time I finish another one of my half-finished projects.

And yea, this is one of them

What's this?
Remember all the shitty times where you were parking vehicles and using the /save command to place them in your server, and the vehicles wouldn't be perfectly aligned.
Well, those days are over!

With this you can spawn, move, edit, duplicate, delete, save, load, export vehicles in-game!

Yea, I'm pretty sure there are a few out there, but I doubt there's any script that's like mine

Well, I could give you a shitload of text to read to understand what this is, or I could give you a video to watch!

https://www.youtube.com/watch?v=ea0MYsuu7Jo

Macros & Commands
pawn Code:
#define     USE_SYNC                    true                // respawns the vehicle after you hit the cancel/finish button so it syncs with the world, disable this if you're mapping on a hill and the vehicle accidentally drives down the hill.
#define     MAX_VEHICLES_PER_PLAYER     (50)               // maximum amount of vehicles 1 player can spawn
#define     LABEL_COLOR                 0xFFFFFFFF          // Vehicle's label color
#define     ALLOW_ENTER_VEHICLE         false               // if you don't want other people to enter the vehicles you mapped, set this to false.
#define     RCON_ONLY                   true                // set this to true if you only want RCON admins to be able to use the carmapper

#define     DEFAULT_DIALOG              (2015)              // edit this if your dialogids mess up
pawn Code:
/starteditor -> to open/close the editor
/createvehicle(/cv) -> to spawn a vehicle
/editvehicle(/ev) -> to edit a spawned vehicle
/duplicatevehicle(/dv) -> to duplicate a spawned vehicles, supports x, y, z offsets!
/deletevehicle(/delv) -> to delete a spawned vehicle
deleteallvehicles(/dav) -> to delete all the vehicles you've spawned
/savevehicles(/sv) -> to save your vehicles to the database, so you can load them later
/loadvehicles(/lv) -> to load vehicles from the database
/exportvehicles(/exv) -> to export vehicles to a new .pwn file so you can easily add them to your gamemode.
Changelog
Code:
Format: DD/MM/YYYY

17/03/2015 -> Optimized code, added /toggleeditor, added MESSAGE_PREFIX, and a few (bug)fixes.
Download

IMPORTANT NOTE: Make sure you create a folder called "CarMapper" and inside that folder "exports", or the script will crash and close the server.
So you'll have it like:
Code:
/root
    /scriptfiles
        /CarMapper
            /exports
Github
Dropbox
Solidfiles

Known bugs
There are currently no known bugs, but if you find any please let me know so I can fix it asap!

Credits
****** -> sscanf and foreach
Incognito -> streamer plugin
Zeex -> zcmd
denNorske, Pottus and dugi -> helping me out with a small issue on IRC

Thanks for reading/watching and enjoy the editor!

- Smileys
Reply


Messages In This Thread
Vehicle Mapper - Mapping vehicles has never been this easy! - by Smileys - 16.03.2015, 21:57
Re: Vehicle Mapper - Mapping vehicles has never been this easy! - by Abagail - 16.03.2015, 22:31
Re : Vehicle Mapper - Mapping vehicles has never been this easy! - by streetpeace - 16.03.2015, 22:35
Re: Vehicle Mapper - Mapping vehicles has never been this easy! - by Smileys - 16.03.2015, 22:36
Re: Vehicle Mapper - Mapping vehicles has never been this easy! - by Pottus - 16.03.2015, 23:36
Re: Vehicle Mapper - Mapping vehicles has never been this easy! - by Crayder - 17.03.2015, 00:36
Re: Vehicle Mapper - Mapping vehicles has never been this easy! - by KaguraTraviZ - 17.03.2015, 02:21
Re: Vehicle Mapper - Mapping vehicles has never been this easy! - by Crayder - 17.03.2015, 02:23
Re: Vehicle Mapper - Mapping vehicles has never been this easy! - by KaguraTraviZ - 17.03.2015, 02:25
Re: Vehicle Mapper - Mapping vehicles has never been this easy! - by Excel™ - 17.03.2015, 03:45
Re: Vehicle Mapper - Mapping vehicles has never been this easy! - by Smileys - 17.03.2015, 08:36
Re: Vehicle Mapper - Mapping vehicles has never been this easy! - by Mya - 17.03.2015, 10:36
Re: Vehicle Mapper - Mapping vehicles has never been this easy! - by Airblog - 17.03.2015, 22:01
Re: Vehicle Mapper - Mapping vehicles has never been this easy! - by wahyugg46 - 30.03.2015, 11:44
Re: Vehicle Mapper - Mapping vehicles has never been this easy! - by StuartIndia - 30.03.2015, 13:34
Re: Vehicle Mapper - Mapping vehicles has never been this easy! - by Younes44 - 30.03.2015, 13:38

Forum Jump:


Users browsing this thread: 1 Guest(s)