21.05.2012, 07:49
Yasahiro,
I've been testing it out and only found a little problem.
When i start the server i get a list with all the functions saying "not found" in front of them, this occurs when the plugin loads.
The problem: (Note that this occurs with every single function, but i only quoted a few as example, also it does not appear in the server log file)
Note: You should add into your post that you need Mono installed & you need to have the mono path added to your system in order to run the server, a lot of people will get a sample mono error and they wont know what to do.
Other than that I'm having an excellent experience,
I've been extending the API as i go trough and need more functions and made the Natives class public and it's awesome! (But note that the error explained above happens with your original release too).
If you need a commiter hand let me know.
Also I will try to rebuild the hook to see if the error explained above goes away, but currently I'm having some unresolved external symbols error (after adding the libraries) and did'nt had time to look at it yet.
Congratulations for this awesome, awesome wrapper and Thank you!
I've been testing it out and only found a little problem.
When i start the server i get a list with all the functions saying "not found" in front of them, this occurs when the plugin loads.
The problem: (Note that this occurs with every single function, but i only quoted a few as example, also it does not appear in the server log file)
Код:
[...] ::SetWorldTime - not found ::TextDrawCreate - not found ::TextDrawLetterSize - not found ::TextDrawAlignment - not found ::TextDrawColor - not found ::TextDrawUseBox - not found ::TextDrawSetShadow - not found ::TextDrawSetOutline - not found ::TextDrawBackgroundColor - not found ::TextDrawFont - not found ::TextDrawShowForPlayer - not found ::TextDrawHideForPlayer - not found ::TextDrawSetString - not found ::GetPlayerState - not found ::SetPlayerTime - not found ::IsPlayerConnected - not found
Other than that I'm having an excellent experience,
I've been extending the API as i go trough and need more functions and made the Natives class public and it's awesome! (But note that the error explained above happens with your original release too).
If you need a commiter hand let me know.
Also I will try to rebuild the hook to see if the error explained above goes away, but currently I'm having some unresolved external symbols error (after adding the libraries) and did'nt had time to look at it yet.
Congratulations for this awesome, awesome wrapper and Thank you!

