AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   How do I duplicate entity func_wall? (https://forums.alliedmods.net/showthread.php?t=332378)

spreex 05-08-2021 13:11

How do I duplicate entity func_wall?
 
I create an entity and try to take the model from the already created entity func_wall, nothing comes out
Code:

new tent = create_entity("func_breakable")
DispatchKeyValue(tent, "model", "1")
DispatchKeyValue(tent, "spawnflags", "1")
entity_set_origin(tent, Float:{-598.0, -763.0, 164.0})


Natsheh 05-08-2021 16:36

Re: How do I duplicate entity func_wall?
 
I think brush entity models name starts with sympol * and then their id number.


All times are GMT -4. The time now is 14:12.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.