13.06.2015, 19:37
How can i set when an admin clears the chat,that is says "Admin (name) cleared the chat" ?
oc is cc
my command:
oc is cc
my command:
Код:
COMMAND:oc(playerid,params[])
{
SendAdminText(playerid, "/oc", params);
if (APlayerData[playerid][LoggedIn] == true && APlayerData[playerid][PlayerLevel] > 1)
{
for(new i = 0; i < 50; i++){
SendClientMessageToAll(0xFFFFFF," ");
}
return 1;
}
return 0;
}

