07.12.2009, 21:23
Hello,
This problem has been going on ever since yesterday, and i've been trying to fix it for a while. Anyway, i've been working on this group system for a server i own. Everything is working fine in my system, besides the warning. This is the line its coming from:
That's just the code, this is my GroupInfo2 Parameters:
Now the InvitedG came from this:
Anybody seeing anything wrong with this, which is showing me this pawno warning?
This problem has been going on ever since yesterday, and i've been trying to fix it for a while. Anyway, i've been working on this group system for a server i own. Everything is working fine in my system, besides the warning. This is the line its coming from:
Код:
GroupInfo2[InvitedG][gMembers] += 1;
Код:
GroupInfo2[gName][GInfo];
Код:
PlayerInfo[playerid][pGname] = InvitedG;