23.01.2015, 18:01
Quote:
|
I can't work with this plugin, but I can do it with StrickenKid's plugin
Код:
new s[100];
mysql_query("SELECT * from yourTable where SklypoID = 2");
mysql_store_result();
while(mysql_fetch_row(s, " "))
{
//here use sscanf or mysql function to get data
}
mysql_free_result();
|
Код:
sql_fetch_row(Result:result, sep[], dest[], dest_len = sizeof(dest));


