2021-05-01, 06:12 PM
But is not work in a lot o vehicle dealer. I see a simply function like sample :
How to fix this issue sir?
Code:
stock IsVelo(carid)
{
switch(GetVehicleModel(carid)) { case 481,509,510:return true; }
return 0;
}
stock IsFlyCar(carid)
{
switch(GetVehicleModel(carid)) { case 417,425,430,441,446,447,452..454,460,469,472,473,476,484,487,488,493,497,501,511..513,519,520,539,548,553,563,571,577,592,593,595:return true; }
return 0;
}
How to fix this issue sir?
Code:
stock IsPlayerInDealerVehicle(playerid)
{
/*
switch(GetPlayerVehicleID(playerid)) { case
for(new salon=1;salon<MAX_SALON;salon)
? ? {
for(new s=1;s<MAX_SALON_SLOT;s)
? ? ? ? ? ? {
? ? ? ? ? ? ? SalonCarIdSlot[salon][s];
? ? ? ? ? ? }
}? ? ? ? ? ?
:return true; }
return 0;
*/
}