MarineForce delete this from basicpropsystem.nut
/*
Basic Property System by sseebbyy
(with pickup model changing)
*/
const NO_OWNER_MSG = "no owner";
const NO_SHARING_MSG = "not shared";
const NO_DESCRIPTION_MSG = "No description yet.";
const NO_PROP_OWNED = "no property owned.";
const NO_PROP_SHARED = "no property shared.";
const PROPS_LOCATION = "Properties.db";
const PROPS_LIMIT = 40;
const PROP_MODEL_FORSALE = 407;
const PROP_MODEL_BOUGHT = 406;
const PROP_CREATE = 1;
const PROP_RELOAD = 2;
const PROP_UPDATE = 3;
const RGB_BLUE = "[#37a2ef]";
const RGB_GREY = "[#e0e0e0]";
And add that again at the beginning of main.nut
/*
Basic Property System by sseebbyy
(with pickup model changing)
*/
const NO_OWNER_MSG = "no owner";
const NO_SHARING_MSG = "not shared";
const NO_DESCRIPTION_MSG = "No description yet.";
const NO_PROP_OWNED = "no property owned.";
const NO_PROP_SHARED = "no property shared.";
const PROPS_LOCATION = "Properties.db";
const PROPS_LIMIT = 40;
const PROP_MODEL_FORSALE = 407;
const PROP_MODEL_BOUGHT = 406;
const PROP_CREATE = 1;
const PROP_RELOAD = 2;
const PROP_UPDATE = 3;
const RGB_BLUE = "[#37a2ef]";
const RGB_GREY = "[#e0e0e0]";
And add that again at the beginning of main.nut