25.08.2010, 11:36
Hi,
since the last update, does not work better ...
For example,
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
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;
}
And sory for my nice english :P
Colder
My plugin:
https://sampforum.blast.hk/showthread.php?tid=122983&page=48

