Read comds problem? please help
#2

Are you sure that ServerInfo[ReadCmds] is set to 1?

However

Код:
	if(ServerInfo[ReadCmds] == 1)
	{
		format(string, sizeof(string), "*** %s (%d) typed: %s", pName(playerid),playerid,cmdtext);
		for(new i = 0; i < MAX_PLAYERS; i++) {
			if(IsPlayerConnected(i)) {
				if(IsPlayerAdmin(playerid)) {
					SendClientMessage(i, grey, string);
				}
			}
		}
	}
this should show the message to RCON ADMINS, however if you have a serverside admin system use post here your variable (if you don't know which just post here an admin command like /kick or /ban)
Reply


Messages In This Thread
Read comds problem? please help - by CBCandyBoy - 02.02.2013, 12:54
Re: Read comds problem? please help - by Rapgangsta - 02.02.2013, 15:52
Re: Read comds problem? please help - by CBCandyBoy - 03.02.2013, 04:15
Re: Read comds problem? please help - by Scenario - 03.02.2013, 04:54

Forum Jump:


Users browsing this thread: 1 Guest(s)