31.08.2018, 14:47
Did you notice this part?
Try to debug the string
Try to debug the string
PHP код:
new string[100];
format(string, sizeof(string), "%s", ClanInfo[UserStats[playerid][Clan]][ClanName]);
GameTextForPlayer(playerid, string, 1000, 4);
format(string, sizeof(string), "Clan name: %s", ClanInfo[UserStats[playerid][Clan]][ClanName]);
SendClientMessage(playerid, -1, string);


