06.04.2013, 19:02
Your vehid in the last code section here is not set to anything, so you are saving the vOwner, vOwned etc. to 0. So the line here:
is identical to:
I hope I explained it well enough
pawn Код:
VehicleInfo[vehid][vOwner] = GetName(playerid);
pawn Код:
VehicleInfo[0][vOwner] = GetName(playerid);

