Prop dynamic create: Difference between revisions
Jump to navigation
Jump to search

Note:this resupply locker will not animate itself ; all prop_dynamics require external intervention to be activated.
m (THE OWL moved page Prop dynamic create to Prop dynamic create/en) |
mNo edit summary |
||
Line 7: | Line 7: | ||
=== Example === | === Example === | ||
* prop_dynamic_create props_gameplay/resupply_locker.mdl | * {{Code|prop_dynamic_create props_gameplay/resupply_locker.mdl}} | ||
*: in {{tf2}}, will spawn a resupply locker where the player is aiming. | *: in {{tf2}}, will spawn a resupply locker where the player is aiming. | ||
Revision as of 10:41, 30 March 2023


prop_dynamic_create is a console command cheat used to spawn a prop_dynamic in-game.
Usage
Its parameter is used in the form:
prop_dynamic_create <.mdl name>
Example
- prop_dynamic_create props_gameplay/resupply_locker.mdl

See also
- prop_physics_create
- ent_create, a console command that creates an entity of the given type where the player is looking.
- Console Command List list of console commands.