22.07.2016, 15:48
I'm trying to get clan id from mysql table, like this
I don't know what else to do, thanks for helping
Код:
stock Getclanslot(name[])
{
new string[128];
format(string, sizeof(string), "SELECT slot FROM clanlist WHERE cname = '%s'", name);
mysql_query(string);
mysql_store_result();
//I stop here
}

