28.06.2011, 14:58
What kind of value is 'Clan'? Integer? String? If it's an integer, then just use:
You should consider reading http://dev.mysql.com
pawn Код:
new theClan = mysql_fetch_int();
mysql_free_result();
return theClan;