How to do that
#4

or simpler than that:

pawn Код:
if(!strcmp(cmdtext,"/players",true))
{
     if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,COLOR_RED,"You are not a rcon admin!");
     SendRconCommand("players");
     return 1;
}
Reply


Messages In This Thread
How to do that - by dawidek11 - 27.11.2010, 22:11
Re: How to do that - by XePloiT - 27.11.2010, 22:21
Re: How to do that - by dawidek11 - 27.11.2010, 22:27
Re: How to do that - by 6d - 27.11.2010, 22:29
Re: How to do that - by XePloiT - 27.11.2010, 22:54
Re: How to do that - by dawidek11 - 27.11.2010, 23:00

Forum Jump:


Users browsing this thread: 1 Guest(s)