Jump to content

minimalaco

Member
  • Content Count

    579
  • Joined

  • Last visited

  • Medals

Posts posted by minimalaco


  1. Hello again, first to thank you for the excellent script, now in my community, 35 people can play without performance problems :)

    question, in the condition of the trigger, you put the following:

    (vehicle player) in thislist

    but, we use planes and helicopters, so the plane to pass over the trigger, it activates .... but when I used UPSMON, the condition of the trigger, he wrote this:

    this & & (count (thislist unitsBelowHeight 2)> 0)
    where 2 is the height

    The problem is that by adding the height, I get an error, example:

    (vehicle player) in thislist; this & & (count (thislist unitsBelowHeight 2)> 0)

    the error I get is the following: type bool, nothing Expected

    but if I put the command:

    this & & (count (thislist unitsBelowHeight 2)> 0)
    , the script seems to run smoothly.

    The final question is: is 100% necessary that the condition of the trigger this set:

    (vehicle player) in thislist
    ?

    thanks for the great scripts.

×