Aoki's City RPG How can I set drugs to infinite

Author Topic: Aoki's City RPG How can I set drugs to infinite  (Read 744 times)

When I place down a lot of drugs it will is I have reached the limit. Where is it and how do I fix it

When I place down a lot of drugs it will is I have reached the limit. Where is it and how do I fix it
$CityRPG::drug::maxdrugplants += 999999999999;
add it to prefs.cs

$CityRPG::drug::maxdrugplants += 999999999999;
add it to prefs.cs


$CityRPG::drug::maxdrugplants += 999999999999;
add it to prefs.cs


Making the number that ridiculously huge could possibly cause problems. Use:
$CityRPG::Drug::maxDrugPlants = 256000;

That's the maximum number of bricks that the server can literally use. Any more than that is just redundant.
« Last Edit: August 10, 2014, 02:02:44 PM by Ipquarx »