09.10.2014, 03:54
You are using the incorrect MySQL query syntax in your /unban command. In other words, table and column names must be enclosed in grave accents (`), not singular quotes.
Try:
Try:
pawn Код:
SELECT * FROM `BannedAccounts` WHERE `UserName` = %s