Need help!
#2

pawn Код:
if(PlayerInfo[playerid][pDzivoklis] != 255 && strcmp(playername, DzInfo[PlayerInfo][playerid][pDzivoklis]][dzOwner], true) == 0)
First error: Do you have DzInfo defined? Like this:

pawn Код:
enum DzWhatever
{
   // stuff in here
}
new DzInfo[MAX_PLAYERS][DzWhatever];
Second, What is this part?
pawn Код:
DzInfo[PlayerInfo][playerid][pDzivoklis]][dzOwner]
You should only have 3 sets of information when calling the enum, so it would be, for example
pawn Код:
Dzinfo[playerid][dzOwner]
Also, you have 2 "]]" after [pDzivoklis]. Try that and let me see what you have.
Reply


Messages In This Thread
Need help! - by Bumbis - 14.06.2010, 18:17
Re: Need help! - by randomkid88 - 14.06.2010, 18:24
Re: Need help! - by Bumbis - 14.06.2010, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)