case dialog_INPUT:
if(dialogid == 5379)
{
if(!response)return 1;
switch(listitem)
Строка8626 case 0: {
new string[64];
Строка 8628 mysql_format(handle,string,sizeof(string),"SELECT * FROM `acc` WHERE `Team` = '%d'",Player[playerid][pTeam]);
mysql_function_query(handle, string, true...