24.11.2016, 15:23
Hey.
This is from the Wiki:
This is from the Wiki:
pawn Code:
new Cache:result = mysql_query(MySQL, "SELECT `id` FROM `players`");
printf("There are %d players in the database.", cache_num_rows());
cache_delete(result);