SA-MP Forums Archive
Problem with y_hooks/impl.inc - 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: Problem with y_hooks/impl.inc (/showthread.php?tid=429249)



Problem with y_hooks/impl.inc - ZmaXy - 08.04.2013

When i update YSI, a got this warnings :/

Код:
Server\pawno\include\YSI\y_hooks/impl.inc(2812) : warning 235: public function lacks forward declaration (symbol "OnPlayerClickTextDraw")
Server\pawno\include\YSI\y_hooks/impl.inc(2856) : warning 235: public function lacks forward declaration (symbol "OnPlayerClickPlayerTextDraw")
Server\pawno\include\YSI\y_hooks/impl.inc(2900) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
Server\pawno\include\YSI\y_hooks/impl.inc(2952) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditAttachedObject")
Server\pawno\include\YSI\y_hooks/impl.inc(3011) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Warnings.



Re: Problem with y_hooks/impl.inc - ZmaXy - 08.04.2013

hm


Re: Problem with y_hooks/impl.inc - SilverKiller - 08.04.2013

You need 0.3e.


Re: Problem with y_hooks/impl.inc - ZmaXy - 08.04.2013

Quote:
Originally Posted by SilverKiller
Посмотреть сообщение
You need 0.3e.
Why 0.3e? o.O


Re: Problem with y_hooks/impl.inc - SilverKiller - 08.04.2013

Quote:

This callback was added in SA-MP 0.3e and will not work in earlier versions!

That is why.