07.03.2014, 17:45
How would I make a string display the map name, or mode ect
Something like GetMapName or something along those lines.
Something like GetMapName or something along those lines.
#define mapname SomeAwesomeMap
SendRconCommand("mapname "mapname"");
new string[] = mapname;