simple command ZCMD
#7

pawn Код:
CMD:changemission(playerid, params[])
{
     new string[64], name[24];
     if(!IsPlayerAdmin(playerid))
          return SendClientMessage(playerid, -1, "[ERROR] You need to be RCON to use it.");
     if(sscanf(params,"s[64]",name))
          return SendClientMessage(playerid, -1, "USAGE: /changemission [gamemode]");
     format(string, sizeof(string),"changemode %s", name);
     SendRconCommand(string);
     return 1;
}
Reply


Messages In This Thread
simple command ZCMD - by Fantje - 10.10.2015, 17:55
Re: simple command ZCMD - by Logic_ - 10.10.2015, 17:57
Re: simple command ZCMD - by Fantje - 10.10.2015, 17:59
Re: simple command ZCMD - by AbyssMorgan - 10.10.2015, 18:01
Re: simple command ZCMD - by Logic_ - 10.10.2015, 18:01
Re: simple command ZCMD - by SnG.Scot_MisCuDI - 10.10.2015, 18:08
Re: simple command ZCMD - by Galhardo - 10.10.2015, 18:10
Re: simple command ZCMD - by Fantje - 10.10.2015, 18:35
Re: simple command ZCMD - by Stinged - 10.10.2015, 19:16

Forum Jump:


Users browsing this thread: 1 Guest(s)