Hello, I have 2 suggestions to make:
1. In the functions like: DrawRect and DrawBox there should be a 5th argument that allows the developer to change the color of the element without using SetDrawColor because it would make it easier to use these functions in my opinion.
2. Maybe add a function that gives us performance information about each package. You call it and it returns a table with all the packages and information about them like: time in milliseconds it took to process, the usage in %, memory stuff and maybe network as well so we can see if there are any performance modifications that we can do to have the fastest scripts.
1. In the functions like: DrawRect and DrawBox there should be a 5th argument that allows the developer to change the color of the element without using SetDrawColor because it would make it easier to use these functions in my opinion.
2. Maybe add a function that gives us performance information about each package. You call it and it returns a table with all the packages and information about them like: time in milliseconds it took to process, the usage in %, memory stuff and maybe network as well so we can see if there are any performance modifications that we can do to have the fastest scripts.
Comment