/aooc?
#3

if (strcmp("/aooc", cmdtext, true, 5) == 0)
{
IsPlayerAdmin(playerid);
if(!strlen(cmdtext)) return SendClientMessage(playerid, COLOR_YELLOW, "Usage: /aooc [chat]");
new str[128];
GetPlayerName(playerid, str, sizeof(str));
format(str, sizeof(str), "Admin %s: %s", str, cmdtext);
SendClientMessageToAll(COLOR_GOLD, str);
return 1;
}
Reply


Messages In This Thread
/aooc? - by Luis- - 30.08.2010, 23:48
Re: /aooc? - by Yamoo - 31.08.2010, 00:01
Re: /aooc? - by AndriusZ* - 31.08.2010, 00:04
Re: /aooc? - by Luis- - 31.08.2010, 00:08
Re: /aooc? - by mrcoolballs - 31.08.2010, 01:19

Forum Jump:


Users browsing this thread: 2 Guest(s)