Air Drops
With this very simple script you can easily configure multiple types of airdrops with different possible drop locations and different times they will drop.
You can set the possible loot from these types of crates also.
You can change announcement that happens before and when a crate is dropped.
<if i ~= “cash” or i ~= “bank” or i ~= “money” then> change to
<if i ~= “cash” and i ~= “bank” and i ~= “money” then>
And you don’t have to create a new Trigger like u.RNE, that would not help you to anticheat or other something.