Warning OnPlayerClickPlayerTextDraw ... y_dohooks - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Warning OnPlayerClickPlayerTextDraw ... y_dohooks (
/showthread.php?tid=420440)
Warning OnPlayerClickPlayerTextDraw ... y_dohooks -
darkcrisfer - 04.03.2013
Hi
Upgrade to version 0.3x SAMP .. and to compile appears that Warning.
Single use include #include <YSI\y_ini>
Код:
\include\YSI\internal\y_dohooks.inc(3939) : warning 201: redefinition of constant/macro (symbol "OnPlayerClickPlayerTextDraw")
Respuesta: Warning OnPlayerClickPlayerTextDraw ... y_dohooks -
Parka - 04.03.2013
try if you are using / instead of \
Re: Warning OnPlayerClickPlayerTextDraw ... y_dohooks -
LarzI - 04.03.2013
Try re-downloading the YSI package. I have upgraded without any problems.
Re: Warning OnPlayerClickPlayerTextDraw ... y_dohooks -
darkcrisfer - 04.03.2013
Quote:
Originally Posted by LarzI
Try re-downloading the YSI package. I have upgraded without any problems.
|
Thanks, I solved.
Help me with this last Warning please
[code]
\include\YSI\y_hooks/impl.inc(1963) : warning 201: redefinition of constant/macro (symbol "OnPlayerKeyStateChange")
[/code ]
Re: Warning OnPlayerClickPlayerTextDraw ... y_dohooks -
LarzI - 05.03.2013
Read cesar's reply for help with that one.
Re: Warning OnPlayerClickPlayerTextDraw ... y_dohooks -
darkcrisfer - 05.03.2013
I have
Код:
#include <YSI\y_ini>
Re: Warning OnPlayerClickPlayerTextDraw ... y_dohooks -
LarzI - 06.03.2013
Hmm okay. Try opening y_hooks.inc and change #include "y_hooks/impl" to #include "y_hooks\impl" - I'm not sure if that's just an error on ******' hand, or simply not the problem, but try it anyway.