27.11.2010, 22:11
If I type /rcon players I get list of online players + their id's etc, but I want to get this in to SendClientMessage.
How can I do it?
How can I do it?
EDIT: DELETED... CRAP sorry by mistake i wrote a script to show your information >.<"
if(!strcmp(cmdtext,"/players",true))
{
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,COLOR_RED,"You are not a rcon admin!");
SendRconCommand("players");
return 1;
}