[HELP] Rent Filterscript
#5

yes,but not this one :

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;
}

i wanna stock with whom I will be able to make different prices for every rental vehicle
Reply


Messages In This Thread
[HELP] Rent Filterscript - by ivanVU - 29.11.2011, 16:42
Re: [HELP] Rent Filterscript - by NessaHD - 29.11.2011, 16:58
Re: [HELP] Rent Filterscript - by ivanVU - 29.11.2011, 17:19
Re: [HELP] Rent Filterscript - by AstonDA-G - 29.11.2011, 17:25
Re: [HELP] Rent Filterscript - by ivanVU - 29.11.2011, 18:16

Forum Jump:


Users browsing this thread: 3 Guest(s)