Forum

> > CS2D > Scripts > Requesting a script :3
Forums overviewCS2D overview Scripts overviewLog in to reply

English Requesting a script :3

4 replies
To the start Previous 1 Next To the start

old Requesting a script :3

Biusem
User Off Offline

Quote
I need a script for unlimited buildings (If you are nice enough). Something to make every building unlimited like:
mp_building_limit "building" (ridicously high number)
for every building.


Thanks,
ShrekRaped

old Re: Requesting a script :3

Mami Tomoe
User Off Offline

Quote
1
parse("mp_building_limit 'turret' 999999999")

change turret to the building you need and add more lines for more buildings

old Re: Requesting a script :3

Talented Doge
User Off Offline

Quote
In case you know nothing about lua, use this:

1
2
3
4
5
buildings = {"Barricade", "Barbed Wire", "Wall I", "Wall II", "Wall III", "Gate Field", "Dispenser", "Turret", "Supply", "Teleporter Entrance", "Teleporter Exit"}

for _, func in pairs(buildings) do
	parse ('mp_building_limit "'..func..'" '.."9999")
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview