23.01.2012, 04:15
You can't just request things like this, this section is for help, not for us to create a whole thing for you. It's not that difficult just add another thing to your enum for vehicles like "Impounded" Then when you do your /impound do something like:
Then under your /engine, add a if to check if Impounded == 1
pawn Код:
veh = GetPlayerVehicleID(playerid);
VehicleInfo[veh][Impounded] = 1;

