Results 1 to 10 of 15

Thread: Trigger load bug

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private pollo's Avatar
    Join Date
    Jul 2012
    Location
    Spain
    Posts
    116
    Thanks
    93
    Thanked 69 Times in 35 Posts

    Trigger load bug

    Hi all! I come to you again to see if you can provide me with some light to this bug

    I've been working in this zombies' map for the last months. It's detailed, with lots of sounds and cool stuff, but this "bug" kinda kills it: some triggers are not loaded (they are invisible) until the player is near it in a certain position, like I illustrate in the vid below (it just loads in the moment I crouch and go to that corner). I've done a rough count of trigs by doing
    PHP Code:
    getent("classname""trig...").size 
    for each type of trigger, and it shows I have 53 triggers. I tried removing some triggers just in case I hit a limit or something, but the same problem occurs; and what kinda surprises me is that some new triggers I make, they work, but those ones that fail to load, keep like that

    Any idea what this could be?

    Thanks for reading!

    PS1. Trig hurt - trig multiple (for minefield) mostly work good, I havent seen it happen for these ones; the problem are trig_dmg and trig_use_touch

    Last edited by pollo; 12th November 2020 at 22:42.

Posting Permissions

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