26.04.2010, 06:54
I think he wants player ids of people in his car, if so you need to get the ID of your car like
mycar = GetPlayerVehicleID(playerid);
then loop through all players and check if they are in the same car ID as mycar
mycar = GetPlayerVehicleID(playerid);
then loop through all players and check if they are in the same car ID as mycar