19.07.2017, 11:16
Quote:
Thanks Well U Made A Mistake
It Should Be Код:
format(PlayerInfo[playerid][Banned_By], 256, "%s", dini_Get(file, "Banned_By")); |
Why do you set it to 256?
I thought Banned_By holds the name of the player who bans the other player.
If so, it should be 24 at max. because nicknames on samp cannot be longer than this.