Problem
#3

Show us the enum/array PlayerInfo gets it's data from.

But could it be that
pawn Код:
if(OwnableCarID[playerid] == PlayerInfo[OwnableCarOffer[playerid]]) { }
Should be
pawn Код:
if(OwnableCarID[playerid] == PlayerInfo[playerid][OwnableCarOffer[playerid]]) { }
?
Reply


Messages In This Thread
Problem - by zombieking - 20.05.2012, 09:05
Re: Problem - by zombieking - 20.05.2012, 10:11
AW: Problem - by Drebin - 20.05.2012, 10:48
Re: Problem - by Faisal_khan - 20.05.2012, 10:54
Re: AW: Problem - by zombieking - 20.05.2012, 14:44
Re: Problem - by zombieking - 20.05.2012, 15:19

Forum Jump:


Users browsing this thread: 1 Guest(s)