Noob-Rp
https://forum.noob-rp.ru/

/offmembers для админов (Samp-Rp)
https://forum.noob-rp.ru/viewtopic.php?t=104
Страница 1 из 1

Автор:  Samuel_Lecompte [ 23 окт 2015, 17:48 ]
Заголовок сообщения:  /offmembers для админов (Samp-Rp)

Добавить условие в offmembers
Код:
if(PlayerInfo[playerid][pIsAdmin] >= 4) { if(sscanf(params, "d",params[0])) return SendClientMessage(playerid, COLOR_WHITE, "Введите: /offmembers [id fraction(1-21)]"); if(params[0] > 21 || params[0] < 1) return SendClientMessage(playerid, COLOR_GREY, "Не возможна цифра менее 1, или больше 21!"); mysql_format(MySQLConnect, httpquery, sizeof(httpquery),"SELECT * FROM `accounts` WHERE BINARY `Member` = '%d'", params[0]); mysql_tquery(MySQLConnect, httpquery, "OffMembers", "d", playerid); return true; }

Страница 1 из 1 Часовой пояс: UTC+03:00 UTC + 3 часа
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/