[BUG] samp.ban not creating new line.
#1

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:
pawn Код:
format(string,sizeof(string),"%s has been banned by %s. Reason: %s /n", pNick(ID), pNick(playerid), reason); BanEx(ID, string);
Thank you for your assistance.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)