14.08.2009, 18:29
(
Last edited by LuxurioN™; 21/04/2011 at 03:29 PM.
Reason: BBCode.
)
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:
pawn 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)
//******************************************************************************
► Install:
Put the file "L_Speedo.amx" in the folder 'Filterscripts'
► Speedometer Screen:
SpeedoMeter Position: Full Screen (ImageShack)
► Credits:
LuxurioN
► Download:
Version 2.0