09.10.2014, 04:05
Quote:
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: pawn Код:
|
pawn Код:
SELECT * FROM `BannedAccounts` WHERE `UserName` = '%s'