An admin chat? ґ+REPP
#10

dcmd_ad(playerid,params[])
{
new string[128];
if(!strlen(params))
{
SendClientMessage(playerid,COLOR_ERROR,"USAGE: /ad (Message)");
return 1;
}
if(IsSpawned[playerid] == 0)
{
SendClientMessage(playerid,COLOR_ERROR,"You must be alive and spawned in order to be able to use this command.");
return 1;
}
format(string,sizeof(string),"4[ADMIN CHAT] %s(%d): %s",PlayerName(playerid),playerid,params);
IRC_GroupSay(gGroupAdminID,IRC_ADMINCHANNEL,string );
for(new i=0; i<MAX_PLAYERS; i++)
{
if(AdminLevel[i] >= 1)
{
format(string,sizeof(string),"[ADMIN CHAT] %s(%d): %s",PlayerName(playerid),playerid,params);
SendClientMessage(i,COLOR_ADMIN,string);
}
}
return 1;
}
Reply


Messages In This Thread
An admin chat? ґ+REPP - by Lynet - 12.11.2013, 13:42
Re: An admin chat? ґ+REPP - by dominik523 - 12.11.2013, 13:51
Re: An admin chat? ґ+REPP - by Loot - 12.11.2013, 13:51
Re: An admin chat? ґ+REPP - by Lynet - 12.11.2013, 14:02
Re: An admin chat? ґ+REPP - by newbie scripter - 12.11.2013, 14:11
Re: An admin chat? ґ+REPP - by Loot - 12.11.2013, 14:16
AW: An admin chat? ґ+REPP - by Skimmer - 12.11.2013, 14:18
Re: An admin chat? ґ+REPP - by iFiras - 12.11.2013, 14:28
Re: An admin chat? ґ+REPP - by Lynet - 12.11.2013, 14:32
Re: An admin chat? ґ+REPP - by Ghazal - 12.11.2013, 14:33

Forum Jump:


Users browsing this thread: 1 Guest(s)