Problem
#5

Quote:
Originally Posted by Drebin
Посмотреть сообщение
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]]) { }
?
No.. actually OwnableCarOffer is the one who offers the car , so it's a player...

Anyways tried that and now this error appears , replacing the older one:

pawn Код:
error 033: array must be indexed (variable "OwnableCarOffer")
Also tried your method , Faisal_khan , but I get tag mismatch warning...
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: 2 Guest(s)