21.10.2013, 22:58
Creat an array
Then just abasing the id of the faction and the car u want them to have, and upon a player entering it, just stop them if not apart from the faction
The position should be saved under a variable with the vehicleid on it.
pawn Код:
new fvehcile[fid][MAX_VEHICLES];
//fid is ur define for the faction
The position should be saved under a variable with the vehicleid on it.