29.03.2017, 15:37
(
Последний раз редактировалось RGOWNER; 29.03.2017 в 16:21.
)
PHP код:
CMD:cc(playerid, params[])
{
if(!IsPlayerAdmin(playerid)) return 0;
for (new c = 0; c < 100; c++) SendClientMessageToAll(0, "");
SendClientMessageToAll(0x0000BBAA, "~ An admin has cleared the server chat.");
return 1;
}