10.01.2016, 16:16
MAX_STRING is such a dumb thing. It's not as if string sizes have a hard upper limit. Unlike players, vehicles, objects and whatnot. A string should only be as large as it needs to be and as such its size should be determined on a case by case basis. Using MAX_STRING for everything is naive and stupid.