30.12.2014, 05:08
Use BanEx so that you can also include texts on sa-mp.ban file.
pawn Код:
format(string, sizeof(string), "%s banned for (reason)\r\n", g_PlayerName[playerid]); //I've used \r\n to write a new line after this message.
BanEx(playerid, string);