compound
#1

Could anyone tell me how to make a compound so i could make it so compouned cars cant resapwn when i respawn cars.
Reply
#2

What is a compound?
Reply
#3

it is were towed away cars go untill person pays for a release xD
Reply
#4

Create a variable for all 700 vehicleids
pawn Код:
new Impounded[MAX_VEHICLES];
When the cars get impounded then set that variable to 1
pawn Код:
Impounded[vehicleid] = 1;
Then in OnVehicleSpawn check if the vehicles impounded, If it is then teleport it to the Impound
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)