Вывод информации (MySql R7)
#6

Смотрите, например я делаю так:

Код:
forward Test(playerid);
public Test(playerid)
{
    new rows,fields;
	cache_get_data(rows, fields);
	if(rows)
	{
new t[24],str[30];
cache_get_field_content(0,"Name",t);
format(str,30,"Name %s",t);
SendClientMessage(playerid,-1,str);
	}
	else // Not found
	return 1;
}
Он же выведет не всех?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)