20.12.2011, 04:47
Hello,
In my administration systems [/BAN] command i use BanEx(playerid, string); to ban the player. The issue is, it does not create a new line for each banned player, it keeps every banned player on 1 line which is really annoying. I have tried to use the new line code ( \n ) to no avail.
Format Code:
Thank you for your assistance.
In my administration systems [/BAN] command i use BanEx(playerid, string); to ban the player. The issue is, it does not create a new line for each banned player, it keeps every banned player on 1 line which is really annoying. I have tried to use the new line code ( \n ) to no avail.
Format Code:
pawn Код:
format(string,sizeof(string),"%s has been banned by %s. Reason: %s /n", pNick(ID), pNick(playerid), reason); BanEx(ID, string);