[MYSQL]Unban not working
#2

You've missed the s specifier for string here:
pawn Код:
mysql_tquery(mysql, query, "UnBanPlayer", "i", "playerid, lookupname");
That should be:
pawn Код:
mysql_tquery(mysql, query, "UnBanPlayer", "is", "playerid, lookupname");
Reply


Messages In This Thread
[MYSQL]Unban not working - by Type-R - 09.09.2014, 02:50
Re: [MYSQL]Unban not working - by Riwerry - 09.09.2014, 06:03
Re: [MYSQL]Unban not working - by Type-R - 09.09.2014, 11:56

Forum Jump:


Users browsing this thread: 1 Guest(s)