25.04.2018, 00:18
You didn't do it alright, as you haven't tracked the pickup...
new DealerPickup;
DealerPickup = CreatePickup(bla,de,bla)
if(pickupid==DealerPickup) You're at the dealership...
If you have multiple dealerships, you'll need to make an array, or make enums for the pickups, to give them a flag to state what business they are actually for.
Make an array.
new DealerPickup;
DealerPickup = CreatePickup(bla,de,bla)
if(pickupid==DealerPickup) You're at the dealership...
If you have multiple dealerships, you'll need to make an array, or make enums for the pickups, to give them a flag to state what business they are actually for.
Make an array.