Function mysql_fetch_field dont work...
#1

Hi,
since the last update, does not work better ...
For example,
Код:
stock AutoUida() // By Colder
{
    new pole[125];
    format(pole, sizeof(pole), "SELECT `uida` FROM `auta` ORDER BY `uida` DESC LIMIT 1");
    mysql_query(pole);
    mysql_store_result();
	new Data[12];
	new test;
	mysql_fetch_field("uida", Data);
	test = strval(Data);
    return tester+1;
		}
Previously worked great, and now it shows -1997 : O

And sory for my nice english :P

Colder

My plugin:
https://sampforum.blast.hk/showthread.php?tid=122983&page=48
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)