Problem with a CheckPoint
#4

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


Messages In This Thread
Problem with a CheckPoint - by Longover - 12.10.2018, 21:54
Re: Problem with a CheckPoint - by KinderClans - 12.10.2018, 21:57
Re: Problem with a CheckPoint - by TheToretto - 12.10.2018, 21:58
Re: Problem with a CheckPoint - by Calisthenics - 13.10.2018, 08:41
Re: Problem with a CheckPoint - by Dennis12 - 13.10.2018, 09:08

Forum Jump:


Users browsing this thread: 1 Guest(s)