Help me out here (;
#2

it will send "[0.3d]L.A. Noire RPG Cops and Robbers "version" %s" and this isnt SAMP Rcon command..

You must put

pawn Код:
hostname
if front of this or else, depeading what you want to change

and here is command

pawn Код:
CMD:setupdate(playerid,params[])
{
    if(!IsPlayerAdmin(playerid)) return 0;
    static text[64];
    if(sscanf(params,"s[64]",text)) return SendHelpMessage(playerid,"/setupdate <text>","It will set the server name.");
    static string[300];
    format(string,sizeof(string),"hostname [0.3d]L.A. Noire RPG Cops and Robbers "version" %s",text);
    SendRconCommand(string);
    return 1;
}
Reply


Messages In This Thread
Help me out here (; - by FireCat - 27.12.2011, 20:17
Re: Help me out here (; - by kizla - 27.12.2011, 20:22
Re: Help me out here (; - by Scenario - 27.12.2011, 20:23
Re: Help me out here (; - by Seven_of_Nine - 27.12.2011, 20:23
Re: Help me out here (; - by FireCat - 28.12.2011, 09:06

Forum Jump:


Users browsing this thread: 2 Guest(s)