MinoMino / minqlx

Extends Quake Live's dedicated server with extra functionality and scripting.
GNU General Public License v3.0
112 stars 42 forks source link

replace_items feature #55

Closed em92 closed 7 years ago

em92 commented 7 years ago

Added 2 methods:

minqlx.dev_print_items will be used if plugin developer wants to get entity id of certian item in the map and use it, for example, in minqlx.replace_items

em92 commented 7 years ago

Methods above have been tested. https://github.com/MinoMino/minqlx/pull/54 - also has been tested. Works fine so far.

MinoMino commented 7 years ago

Great stuff as always. Thanks. I'll push this stuff to master and make a new release soon then.