Fix veh
#1

Can to make this for all veh


if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 411)
Make it for all cars not only for inferius
Reply
#2

Can or cant
Reply
#3

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:
pawn Код:
if (IsCar(GetPlayerVehicleID(playerid)))
for the function: http://forum.sa-mp.com/showpost.php?...00&postcount=2
Reply
#4

thnxxxxxx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)