04.03.2014, 19:00
If you want all the vehicles (not only cars but bikes/boats/aircrafts etc), then remove that if statement.
If you want only cars, then replace that line with:
for the function: http://forum.sa-mp.com/showpost.php?...00&postcount=2
If you want only cars, then replace that line with:
pawn Код:
if (IsCar(GetPlayerVehicleID(playerid)))