Create PLant Possible?
Is it possible to create planting point via Amxx? I tryed this:
PHP Code:
|
Re: Create PLant Possible?
Set the max and min size, that could work... if not, search for plugins that create solid base entities... like trigger_hurt or something, still I think there is a plugin that creates bombsites :?
|
Re: Create PLant Possible?
Quote:
|
Re: Create PLant Possible?
Code:
engfunc(EngFunc_SetSize, ent, {25.0, 25.0, 25.0}, {25.0, 25.0, 25.0}) |
Re: Create PLant Possible?
No effect.. :(
PHP Code:
|
Re: Create PLant Possible?
EDIT: ehh... try first setting it SOLID :lol: the the method below :P
well you could make zones (search "zone" in plugins to see how) and then get an bombsite entity ID and faketouch it when the player gets in the zone you specified... or create one entity somewhere outside of the map (if the map doesn't have one or some other issues... )... like fakedamage does: PHP Code:
|
| All times are GMT -4. The time now is 08:55. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.