Vehicle ownership?
#2

Your vehid in the last code section here is not set to anything, so you are saving the vOwner, vOwned etc. to 0. So the line here:
pawn Код:
VehicleInfo[vehid][vOwner] = GetName(playerid);
is identical to:
pawn Код:
VehicleInfo[0][vOwner] = GetName(playerid);
I hope I explained it well enough
Reply


Messages In This Thread
Vehicle ownership? - by EiresJason - 06.04.2013, 18:51
Re: Vehicle ownership? - by MattyG - 06.04.2013, 19:02
Re: Vehicle ownership? - by EiresJason - 07.04.2013, 12:10

Forum Jump:


Users browsing this thread: 1 Guest(s)