04.10.2011, 04:18
Nothing to do with playerids that aren't connected cause it asks if the playerid that just logged on, so it is connected. The loop would go like:
pawn Код:
for(new i=0; i<sizeof(CarInfo); i++)
{
//strcmp code here asking if playername matches CarInfo[i][vOwner]
}