25.09.2011, 19:36
Well ' Ill be fast
It looks like this
And to use it is
# Test
With "#" in front.
I tried but I couldn't to replace # with /ac.
Thanks in advance for who knows.
It looks like this
pawn Код:
if(text[0] == '#' && AccInfo[playerid][Level] >= 1)
{
new string[128]; GetPlayerName(playerid,string,sizeof(string));
format(string,sizeof(string),"Admin Chat: %s: %s",string,text[1]);
MessageToAdmins(green,string);
#if ADM_CHAT_LOG == true
SaveIn("AdmChatLog",string);
#endif
return 0;
}
# Test
With "#" in front.
I tried but I couldn't to replace # with /ac.
Thanks in advance for who knows.