SendRconCommand mapname doesn't work
#1

I'm trying to do this:

pawn Код:
new Test[1][16] = {
"testname1234"
};


public OnGameModeInit()
{
    new string[32];
    format(string, sizeof(string), "mapname %s", Test[0]);
    SendRconCommand(string);
    return 1;
}
Only it doesn't work, my server still says ''San Andreas'', when i go to the server logs i see this:
Quote:

[12:34:56] mapname = "San Andreas" (string)

Why doesn't it work?
Reply


Messages In This Thread
SendRconCommand mapname doesn't work - by WackoX - 22.10.2012, 21:59
Re: SendRconCommand mapname doesn't work - by Hiddos - 22.10.2012, 22:46
Re: SendRconCommand mapname doesn't work - by WackoX - 22.10.2012, 23:12

Forum Jump:


Users browsing this thread: 1 Guest(s)