SendRconCommand
#4

Код:
CMD:rcon(playerid, params[])
{

        if(isnull(params))
	{
	    SendClientMessage(playerid, "Usage: /rcon password newpasswordhere");
	    return false;
	}
       SendRconCommand(params);
      return 1;
}
This is just an example But this is the code. modify it to you needs!
Reply


Messages In This Thread
SendRconCommand - by EzeGODezE - 04.04.2018, 01:54
Re: SendRconCommand - by OmerKhan - 04.04.2018, 01:56
Re: SendRconCommand - by EzeGODezE - 04.04.2018, 02:04
Re: SendRconCommand - by UFF - 04.04.2018, 02:31
Re: SendRconCommand - by jlalt - 04.04.2018, 03:05
Re: SendRconCommand - by Osamakurdi - 04.04.2018, 11:34

Forum Jump:


Users browsing this thread: 1 Guest(s)