09.05.2013, 20:16
pawn Код:
new PCar = GetClosestVehicle(playerid);
if(PCar == 0)
If you use now TheStreetsRP's stock, I think you should change the if statement to:
pawn Код:
if(PCar != INVALID_VEHICLE_ID)
new PCar = GetClosestVehicle(playerid);
if(PCar == 0)
if(PCar != INVALID_VEHICLE_ID)