17.10.2016, 01:22
Quote:
For mysql_function_query, add the macro I posted in a_mysql.inc or in your script.
cache_get_row_count has 1 parameter which is passed by reference (to store the number of rows) and it's not the connection handle. You can simply use cache_num_rows with no parameters as well: pawn Код:
pawn Код:
|
Ty to your helps, it help me too
+rep
But i have a question..
I got this problem:
to load
int =
Код:
cache_get_value_int(0, "rank1", FactionInfo[factionid][rank1]);
floats =
Код:
cache_get_value_float(0, "HQposX", FactionInfo[factionid][HQposX]);
I made it, but its return me errors
Код:
cache_get_value_name(0, "member1", FactionInfo[factionid][member1],1,30);