04.04.2012, 01:09
(
Последний раз редактировалось Ezay; 04.04.2012 в 02:30.
)
Hey Lads,
How Does GetVehicleModel Actually Work.
I Know This Sounds Dumb, But I'd Really Like to Know How to Works, So i Can Maybe Code a Something With This Function.
Basically, I Want Something Along These Lines... Maybe you Guys Could Point me to Another Function?
Yeah, That about It xD
Ezay
\o/
How Does GetVehicleModel Actually Work.
I Know This Sounds Dumb, But I'd Really Like to Know How to Works, So i Can Maybe Code a Something With This Function.
Basically, I Want Something Along These Lines... Maybe you Guys Could Point me to Another Function?
Код:
new VehicleID; new VModel; VehicleID = GetPlayerVehicleID(playerid); VModel = GetVehicleModel(vehicleid); /* My Array | Car ID Here? | Is Petrol/Diesel*/ if(gEngines[VModel]-???] == 0) /* 0 = Diesel, 1 = Petrol */
Ezay
\o/