21.11.2013, 05:14
Try
to
Edit: I wonder what is the 's' you put for, but usually mysql it would be like this
Sample:
Quote:
|
's Base.' |
Quote:
|
'%s Base.', |
Sample:
Quote:
|
format(query,sizeof(query),"SELECT `BannedBy`, `BanReason`, `BanDate` FROM `"MyTableName"` WHERE `PlayerName` = '%s'", GetName(playerid)); |

