23.08.2018, 11:27
Just under the command "creategang" add
and keep your enums like that
And the load isn't proper.. You're loading them as integers not as strings..
PHP код:
format(pInfo[playerid][NameGang], sizeof(pInfo[playerid][NameGang]), "%s", gName);
PHP код:
enum ENUM_PLAYER_DATA
{
GangID,
GangIDD,
NameGang[100],
OwnerGang[MAX_PLAYER_NAME]
};
new pInfo[MAX_PLAYERS][ENUM_PLAYER_DATA];

