Thread: [INC] Bank
View Single Post
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen.
Old 06-02-2017 , 15:48   Re: [INC] Bank
Reply With Quote #6

Quote:
Originally Posted by Mitchell View Post
Actually you could have gotten a completely different type of error if your query was quoted.
#define QUERY_SELECT_CLIENT_BANK "SELECT * FROM `clients` WHERE steamid=%s AND bankID=%i"
should be
#define QUERY_SELECT_CLIENT_BANK "SELECT * FROM `clients` WHERE steamid='%s' AND bankID=%i"
My mistake. Thanks.
__________________
Want to check my plugins ?
Arkarr is offline