13.10.2018, 08:41
You need to check the vehicle model.
or if you remove `ccar` and `tmpcar` as they are unnecessary (not used at all/more than once)
pawn Код:
if (GetVehicleModel(tmpcar) == 572)
pawn Код:
if (GetVehicleModel(GetPlayerVehicleID(playerid)) == 572)