SendRconCommand HELP
#7

You can't reset the gamemode (gmx) for one player, you can only do this to reset the game for EVERY player.
Код:
if(strcmp(cmd,"/gmx",true) == 0)
{
 if(!IsPlayerAdmin)
 {
    SendClientMessage(playerid,color,"You are not an RCON Admin!");
     return 1;
 }
 else if(IsPlayerAdmin)
 {
   SendRconCommand("gmx");
   return 1;
 }
}
To see a list of RCON commands, goto:
Change:
Код:
/gmx
To the RCON command, and then change:
Код:
("gmx");
To the RCON command you want to happen, e.g:
Код:
("exit");
Reply


Messages In This Thread
SendRconCommand HELP - by DarkPower - 26.04.2010, 12:48
Re: SendRconCommand HELP - by [MWR]Blood - 26.04.2010, 12:52
Re: SendRconCommand HELP - by playbox12 - 26.04.2010, 12:55
Re: SendRconCommand HELP - by SiJ - 26.04.2010, 12:58
Re: SendRconCommand HELP - by DarkPower - 26.04.2010, 13:04
Re: SendRconCommand HELP - by SmileyForCheat - 07.07.2011, 23:12
Re: SendRconCommand HELP - by Jack_Leslie - 07.07.2011, 23:42

Forum Jump:


Users browsing this thread: 1 Guest(s)