Forum

> > CS2D > Scripts > Requesting a script :3
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Requesting a script :3

4 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Requesting a script :3

Biusem
User Off Offline

Zitieren
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

alt Re: Requesting a script :3

Mami Tomoe
User Off Offline

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

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

alt Re: Requesting a script :3

Talented Doge
User Off Offline

Zitieren
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
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht