View Single Post
WhiteFalcon
Member
Join Date: Nov 2019
Old 06-27-2020 , 10:53   Re: Dispenser Music Choice - Rex Subplugins
Reply With Quote #5

took a quick look, here are some critics/feedback for now:
if you want to rework on it, dont copy mistakes.
by that i mean:
1- never store entity by its index.
2- do you really need to convert entity index to string just to insert a handle it to a trie
3- you know you can use ArrayList(2) instead of two different versions of ArrayList()?
4- you don't need to delete cookies onpluginend, since they will be automatically freed
5- Like NoloZero01 said, don't mix old syntax with new ones
6- This is wrong section to post plugin, use Plugins thread

Last edited by WhiteFalcon; 06-27-2020 at 11:11. Reason: too slow
WhiteFalcon is offline