28.01.2010, 15:52 
	
	
	
		Try this:
	
	
	
	
pawn Код:
new string[48];
format(string, sizeof(string), "mapname %s", SCRIPT_MAP);
SendRconCommand(string);


