Creating custom zones on map(s)?
Is this possible? How? For example you have a jailbreak map and want to place a custom zone named "Gunroom" for example, then put it inside the room of the map called gun room, Then a function gets called from another code and it checks if a player is inside that zone, if so then do something. How can I make something like that?
|
Re: Creating custom zones on map(s)?
U must create a entity, then set classname (gunroom), solid (solid_trigger) and size (zone radius). After, U can hook touch player with this entity.
|
Re: Creating custom zones on map(s)?
Quote:
|
Re: Creating custom zones on map(s)?
You should create trigger trigger_multiple with specific name. See WalkGuard for example.
Then: PHP Code:
PHP Code:
http://6.firepic.org/6/images/2015-1...wqeuil2nex.gif |
| All times are GMT -4. The time now is 09:34. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.