Bug on MYSQL log
#8

You probably need a query to SELECT from something you do like

Код:
new DB_Query[100];
format(DB_Query, sizeof(DB_Query), "SELECT * FROM `((YOUR TABLE NAME))` WHERE `((YOUR VARIABLE))` = '%d or %s or %f...' LIMIT 1", THE VARIABLE);
mysql_tquery(((Database)), DB_Query);
and then you can use stuff and it should work.
Reply


Messages In This Thread
Bug on MYSQL log - by weex - 01.03.2018, 02:18
Re: Bug on MYSQL log - by Jithu - 01.03.2018, 02:56
Re: Bug on MYSQL log - by weex - 01.03.2018, 11:09
Re: Bug on MYSQL log - by weex - 25.03.2018, 16:38
Re: Bug on MYSQL log - by MadeMan - 25.03.2018, 17:22
Re: Bug on MYSQL log - by AliBro - 25.03.2018, 17:37
Re: Bug on MYSQL log - by Grim_ - 25.03.2018, 20:10
Re: Bug on MYSQL log - by Nru - 25.03.2018, 21:18
Re: Bug on MYSQL log - by weex - 08.04.2018, 03:59

Forum Jump:


Users browsing this thread: 1 Guest(s)