Invalid trie handle provided (0)
It happens to all Trie natives. How to solve this problem?
L 04/16/2016 - 14:25:32: Invalid trie handle provided (0) L 04/16/2016 - 14:25:32: [AMXX] Run time error 10 (plugin "admin_weapon_skins.amxx") (native "TrieKeyExists") - debug not enabled! L 04/16/2016 - 14:25:32: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes). PHP Code:
|
Re: Invalid trie handle provided (0)
plugin_precache() is called before plugin_init().
Move "weaponlist = TrieCreate();" into precache. Enable debug in the future for better diagnostics. |
Re: Invalid trie handle provided (0)
Problem solved, thanks :)
PHP Code:
|
| All times are GMT -4. The time now is 18:32. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.