Results 1 to 2 of 2
  1. #1
    MundM1996 is offline
    SG Regular
    MundM1996's Avatar
    Join Date:
    15 Aug 2010
    Location:
    Germany, Cologne
    Posts:
    104
    Thanked 1 Time in 1 Post

    Spawning weapons

    Hi,
    If I spawn a weapon (
    weapon_smokegrenade) with an env_entity_maker wich is triggered from the weapon (weapon_smokegrenade) (OnPickUp) it doesn't spawn there, where i placed it in hammer ...

    Hope anyone can help me.
    Sorry for my bad English. :D

  2. #2
    Bob Loblaw is offline
    Genetic Beast Lobster

    Join Date:
    7 Jan 2009
    Location:
    Canada
    Posts:
    2,444
    Thanked:
    656 in 316 Posts
    Not env_entity_maker. Use Point_template. And choose which entities it will spawn.

    So weapon_smokegreande OnPickUp point_template ForceSpawn (will spawn any entities that the point_template is specified to spawn).

    Make sure to go into point_templates Flags and check off "Do not remove template entities on spawn."
    Otherwise it won't be there to begin with, and then you can't pick it up to spawn another :P

    If you're still having troubles when I'm back from school I make a prefab so you can see how it works.
    Last edited by Bob Loblaw; 9 Sep 2010 at 12:35pm.

  3. Thanked by 1 user:
    MundM1996 (9 Sep 2010)

User Tag List

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •