16.09.2011, 23:46
NEW VERSION uploaded:
- this fixes the warnings you get with ret_memcpy not being used.
The include "dutils" is gone now, I\'ve just copied the "StripNewLine" function into the script.
So no more warnings about that.
I\'ve also change the names of the external functions to be used in other scripts.
EXT_GivePlayerMoney was a bit confusing, as EXT doesn\'t really indicate in which filterscript the function is located.
Those have been renamed to Admin_GivePlayerMoney for example, as that function will be in my admin script.
So if you used those functions, you can use the new names for them.
I also made a few small optimizations in the script, but nothing to worry about.
Just 2 for-loops have been combined into one.
- this fixes the warnings you get with ret_memcpy not being used.
The include "dutils" is gone now, I\'ve just copied the "StripNewLine" function into the script.
So no more warnings about that.
I\'ve also change the names of the external functions to be used in other scripts.
EXT_GivePlayerMoney was a bit confusing, as EXT doesn\'t really indicate in which filterscript the function is located.
Those have been renamed to Admin_GivePlayerMoney for example, as that function will be in my admin script.
So if you used those functions, you can use the new names for them.
I also made a few small optimizations in the script, but nothing to worry about.
Just 2 for-loops have been combined into one.