01.12.2014, 13:55
Shouldn't
loop through MAX_VEHICLES instead?
pawn Code:
for(new i=0; i<MAX_PLAYERS; i++)
{
vInfo[WorldCar[i]][owner] = "Rental";
}