11.03.2013, 19:54
I have to admit that your method is quite nice (I'm using references via database ids held in fields).
However the nested loop looks ugly (max vehicles time max player cars might be a lot). Let's start with little debug:
Add this over if statement
However the nested loop looks ugly (max vehicles time max player cars might be a lot). Let's start with little debug:
Add this over if statement
pawn Код:
printf("Currently at %d/%d with values %s & %s", i, z, GetName(playerid), OwnedVehicles[i][carOwner]);