29.12.2009, 21:16
You have to use the loop trough all players, and don't use SendClientMessageToAll to have it being sent to pilots only.
And you can't remove new vehicleid; as It would make it undefined. You must also use GetPlayerVehicleID(i); to use the loop.
And you can't remove new vehicleid; as It would make it undefined. You must also use GetPlayerVehicleID(i); to use the loop.