16.10.2013, 20:52
Well I was able to learn how to convert the other things (logging in, etc) But this is a bit confusing and I got no idea how to do it.
Anyone able to give me a hand?
pawn Код:
stock GetFreeBizID()
{
mysql_query("SELECT NULL FROM businesses");
mysql_store_result();
new rows = mysql_num_rows();
mysql_free_result();
return rows;
}