Thursday, October 18, 2012

[FS]LuX SpeedoMeter (UPDATE Version 2.0)



Version 3.0 (Comming Soon...)

► News:

● Improved information capture!
● You can configure! Quick and easy!
● Speed (MPH,KPM) Bug Concerted!
● Information Update Bug Concerted!
● Script can be easily configured!


► Functions:

● Show your car name!
● Speed Control!
● Gps. Show your Location!
● Show Vehicle Status (Locked or Unlocked)!
● Show MPH and KM/H!
● Show Vehicle Altitude!
● Show Vehicle Health!
● Quick update the information!



► Configure:

Code:
//******************************************************************************
// SpeedoMeter Configurations
//******************************************************************************

//::::::::::::::::::::::::::::::::::::
// -> Functions Config <-
//::::::::::::::::::::::::::::::::::::
#define VehLockTime   10        //Define the MAX Time for Car Locked! (In Minutes!)
#define VehicleMaxSpeed 50        //Define the Speed Limit! (KPH)
#define SpeedoLogoText  "LuX SpeedoMeter" //Define Speedo Logo (Text in Speedo Top)
#define UpdateConfig   500        //Update Speedo functions in ... (Miliseconds)


//::::::::::::::::::::::::::::::::::::
// -> Speedo TextDraw Config <-
//::::::::::::::::::::::::::::::::::::
#define TextBox     true  //Enable/Disable Speedo Box
#define TextTopLines  true  //Enable/Disable Speedo Top Lines
#define TextSideLines  true  //Enable/Disable Speedo Side Lines
#define LogoName    true  //Enable/Disable Speedo LogoName

//Enable = true || Disable = false


//::::::::::::::::::::::::::::::::::::
// -> Speedo Colors Config <-
//::::::::::::::::::::::::::::::::::::
#define BoxColor     0xffffffff   //Color of Speedo Box
#define LogoColor    0xffffffff   //Color of Seedo Logo (Define logo in "SpeedoLogoText" (Line 57)
#define SideLinesColor  0xffffffff   //Color of Speedo Side Lines
#define TopLinesColor  0xffffffff   //Color of Speedo Top lines
#define CategoriesColor "~b~"     //Color of (Vehicle,Health,Altitude,Gps)
#define MPH_KPH_Color  "~g~"     //Color of (MPH,KPH)

//******************************************************************************

Configuration is ready. Use only if you want change!


► Install:

Put the file "L_Speedo.amx" in the folder 'Filterscripts'


► Speedometer Screen:



SpeedoMeter Position: Full Screen (ImageShack)


► Credits:

LuxurioN


► Download:


Version 2.0

No comments:

Post a Comment