29.11.2011, 18:16
yes,but not this one :
i wanna stock with whom I will be able to make different prices for every rental vehicle
Quote:
stock CreateRentalVehicle(iModel, Float:fX, Float:fY, Float:fZ, Float:fAngle, iCol1, iCol2) { new TMP; TMP = AddStaticVehicle(iModel, Float:fX, Float:fY, Float:fZ, Float:fAngle, iCol1, iCol2); SetVehicleNumberPlate(TMP, "Rental"); SetVehicleToRespawn(TMP); IsRentable[TMP] = 1; IsRented[TMP] = 0; RentedBy[TMP] = "No-one"; return TMP; } |