Adding RCON commands to a script
#3

pawn Код:
if(strcmp(cmdtext, "/do something rcon only") == 0)
{
  if(IsPlayerAdmin(playerid))
  {
    //you can do that rcon only thing
  }
  else
  {
    //you can't
  }
  return 1;

}
Reply


Messages In This Thread
Adding RCON commands to a script - by pimpscritper - 29.10.2009, 10:18
Re: Adding RCON commands to a script - by Kurence - 29.10.2009, 10:32
Re: Adding RCON commands to a script - by dice7 - 29.10.2009, 11:25
Re: Adding RCON commands to a script - by pimpscritper - 29.10.2009, 11:28
Re: Adding RCON commands to a script - by pimpscritper - 29.10.2009, 11:36
Re: Adding RCON commands to a script - by Finn - 29.10.2009, 11:48
Re: Adding RCON commands to a script - by pimpscritper - 29.10.2009, 22:04
Re: Adding RCON commands to a script - by Finn - 30.10.2009, 05:53

Forum Jump:


Users browsing this thread: 1 Guest(s)