15.06.2012, 18:03
yes you can
you need to use a loop threw the players
then get their vehicleid with
https://sampwiki.blast.hk/wiki/GetPlayerVehicleID
and use
https://sampwiki.blast.hk/wiki/GetPlayerVehicleSeat
to get their seat
0=driver 1,2,3 = passengers
or if you know the driver just checking if the vid == drivers vid would be good enough
you need to use a loop threw the players
then get their vehicleid with
https://sampwiki.blast.hk/wiki/GetPlayerVehicleID
and use
https://sampwiki.blast.hk/wiki/GetPlayerVehicleSeat
to get their seat
0=driver 1,2,3 = passengers
or if you know the driver just checking if the vid == drivers vid would be good enough