23.09.2015, 22:19
when any admin turn on /aduty to tell a server message lioke this
an admin now is aduty for all /reprt like this ? fs
an admin now is aduty for all /reprt like this ? fs
//In your onduty command
SendClientMessageToAll(-1,"an admin now is aduty for all /report");
//For example your command can look like this:
//Btw: IsPlayerAdmin checks Rcon-Admin :) u can change it
CMD:aduty(playerid,params[])
{
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,-1,"You're not an admin!");
return SendClientMessageToAll(-1,"an admin now is aduty for all /report");
}
SendClientMessageToAll(-1,"an admin now is aduty for all /report");