11.07.2010, 13:52
I dont understand that completely but i guess adding another dimension to your array should fix the problem.
pawn Код:
//somewhere on the top
new BoughtCarsOwnerName[MaxAmountOfBoughtCars][MAX_PLAYER_NAME];
//When a vehicle is bought
GetPlayername(playerid, BoughtCarsOwnerName[boughtcar]);