Forum

> > CS2D > Scripts > How to make building limit?
Forums overviewCS2D overview Scripts overviewLog in to reply

English How to make building limit?

2 replies
To the start Previous 1 Next To the start

old How to make building limit?

BcY
Reviewer Off Offline

Quote
Hello guys.
I tried to make buildinglimit.

i know this is very simple.but i couldnt do it.
look
its only this:
parse("mp_building_limit Dispenser 5")
parse("mp_building_limit Gate Field 15")

but they arent true.they arent working correctly.
maybe i put wrong build names?

whats the true builging codes?
i need you help. (im sorry for bad english)

old Re: How to make building limit?

Cure Pikachu
User Off Offline

Quote
1
parse("mp_building_limit Gate Field 15")
Change this into
1
2
3
parse("mp_building_limit \"Gate Field\" 15")
-- Or
parse('mp_building_limit "Gate Field" 15')
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview