11-20-2012, 15:31
Code:
string mapname;
if (Message == "!map " + mapname)
{
ServerCommand("map " + mapname);
}
i dont want full source but guide on howto fix ive heard that i can do
string mapname = String.Empty; im not sure if it will work tho