SendRconCommand!
#1

Does Rcon Commands which has parameters work on SendRconCommand? just like "rcon say [text]"
If 'yes' ..can somebody tell me what's wrong in this? it doesn't send any rcon command!
pawn Код:
CMD:say(playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] == 0) return 0;
    SendRconCommand("say");
    return 1;
}
Reply


Messages In This Thread
SendRconCommand! - by Juvanii - 29.06.2014, 20:21
Re : SendRconCommand! - by Clad - 29.06.2014, 20:32
Re: SendRconCommand! - by -=Dar[K]Lord=- - 29.06.2014, 20:35
Re: SendRconCommand! - by Juvanii - 29.06.2014, 20:49
Re: SendRconCommand! - by Threshold - 30.06.2014, 00:44
Re: SendRconCommand! - by Juvanii - 30.06.2014, 01:06
Re: SendRconCommand! - by Threshold - 30.06.2014, 04:24

Forum Jump:


Users browsing this thread: 5 Guest(s)