26.02.2010, 13:19
pawn Код:
new vehicle;
vehicle = GetPlayerVehicleID(playerid);//Gets the id of the vehicle the player is in
pawn Код:
new model;
model = GetVehicleModel(vehicle);//Gets the model of the vehicle the player is in, needs the function above

