rentcar
#2

You need to check the rent car id since /rentcar rents any vehicle the driver drives
pawn Код:
if(GetPlayerState(playerid) == 2 && IsPlayerInVehicle(playerid, rentCAR[i]))
under OnPlayerExitVehicle,
pawn Код:
if(rentingVehicle[playerid] == 1)
so it's basicly because the code checking if a player is in a vehicle while he's leaving a vehicle..
Reply


Messages In This Thread
rentcar - by fonetic - 29.07.2014, 06:15
Re: rentcar - by Cannary2048 - 29.07.2014, 06:39
Re: rentcar - by fonetic - 29.07.2014, 07:15
Re: rentcar - by mjay768 - 29.07.2014, 07:22
Re: rentcar - by fonetic - 29.07.2014, 07:32
Re: rentcar - by mjay768 - 29.07.2014, 07:47
Re: rentcar - by fonetic - 29.07.2014, 08:23
Re: rentcar - by fonetic - 29.07.2014, 09:03
Re: rentcar - by mjay768 - 29.07.2014, 11:14
Re: rentcar - by fonetic - 29.07.2014, 17:14

Forum Jump:


Users browsing this thread: 1 Guest(s)