Filterscripts..
#6

Quote:
Originally Posted by ACI
Посмотреть сообщение
pawn Код:
CMD:loadmaps(playerid, params[])
{
     new str[128];
     if(!sscanf(params, "s[128]", str)
     {
         format(str, sizeof(str), "loadfs %s", str);
         printf("[!] Loading assembly from %s.amx", str);
         SendRconCommand(str);
     }
     else SendClientMessage(playerid, -1, "USAGE: /loadmaps [mapname]");
     return 1;
}
Thanks ;p
@rakshith122: RCON Admin isn't cool ^^
Reply


Messages In This Thread
Filterscripts.. - by Kyance - 15.01.2014, 14:21
Re: Filterscripts.. - by ACI - 15.01.2014, 14:43
Re: Filterscripts.. - by Kyance - 15.01.2014, 16:32
Re: Filterscripts.. - by rakshith122 - 15.01.2014, 16:34
Re: Filterscripts.. - by ACI - 15.01.2014, 16:40
Re: Filterscripts.. - by Kyance - 15.01.2014, 18:21

Forum Jump:


Users browsing this thread: 1 Guest(s)