22.08.2018, 11:11
Change it into this;
Also change the things I've mentioned and it'll work just fine.
pawn Код:
enum ENUM_PLAYER_DATA
{
GangID,
GangIDD,
NameGang[100],
OwnerGang[MAX_PLAYER_NAME]
};
new pInfo[MAX_PLAYERS][ENUM_PLAYER_DATA];

