22.10.2012, 21:59
(
Последний раз редактировалось WackoX; 22.10.2012 в 23:12.
)
I'm trying to do this:
Only it doesn't work, my server still says ''San Andreas'', when i go to the server logs i see this:
Why doesn't it work?
pawn Код:
new Test[1][16] = {
"testname1234"
};
public OnGameModeInit()
{
new string[32];
format(string, sizeof(string), "mapname %s", Test[0]);
SendRconCommand(string);
return 1;
}
Quote:
[12:34:56] mapname = "San Andreas" (string) |