hi,
i tried:
Code:
found = 0
format(querysea,255,"SELECT * FROM amx_pricegamers WHERE player_steam='%s'", authid);
if(mysql_query(mysql,querysea)>0){
found = 1
}
client_print(id,print_chat,"found=%d",found)
but found is always 1
how to test if a mysql query has a result or not?
thx and greetz splaTTer