Newbie Chat.
#1

This is what I request.I want a newbie chat like /n or /atalk ot /ask, but I want the message that player sent,to be shown to admins. Please help me.

I want to add it on lAdmin.
Reply
#2

Код:
stock SendMessageToAdmins(color,const string[])
{
	for(new i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) == 1) if(PlayerAcc[i][AdminLevel] >= 1) SendClientMessage(i, color, string);
	return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)