10.11.2010, 16:46
(
Последний раз редактировалось The_Moddler; 07.03.2011 в 18:16.
)
Trip-o-Meter V1.0
Hey, I made this script, that saves your vehicle kilometers and meters, it's really usefull for RP servers. Each vehicle has it's own kilometers, you can change the vehicle KM by going to the vehicles folder, and changing it.
Each file name is a number, representing the vehicle id, the file looks like this:
pawn Код:
metros=4 //Meters
kilometros=5452 //Kilometers
Usage:
Just extract those files to your filterscript foder, you will have to create a folder inside scripfiles called Vehicles, also, you need the Dini include, you can download it from here.
You will need to change in the script the SERVER_VEHICLES to your actual server vehicles, always adding +1, for example, if you've got 100 car in your server, you must put 101.
You may want to change the textdraw position too.
Pictures:
Link:
Solidfiles > NEW VERSION, MORE ACCURATE! <
Special thanks:
- To Hiddos, for helping me to make it more accurate.