Requesting a script :3
4 replies



30.11.15 02:02:35 pm
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
mp_building_limit "building" (ridicously high number)
for every building.
Thanks,
ShrekRaped


Code:
1
parse("mp_building_limit 'turret' 999999999")
change turret to the building you need and add more lines for more buildings
Is death truly a bad thing? If it is, then why do we all get to experience it? And... Why does it take so long? - What is the meaning of death?
In case you know nothing about lua, use this:
Code:
1
2
3
4
5
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
for _, func in pairs(buildings) do
parse ('mp_building_limit "'..func..'" '.."9999")
end
Talented Doge
so this guy is allowed to request scripts but i'm not? seems fair! :DD
The Zaibatsu Networking Service™



