[HELP] YSI Error : PawNo\include\YSI\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: [HELP] YSI Error : PawNo\include\YSI\y_hooks/impl.inc (
/showthread.php?tid=545090)
[HELP] YSI Error : PawNo\include\YSI\y_hooks/impl.inc -
SpikY_ - 06.11.2014
Hellu Guys,
i Got Some errors when i try to compile my Gamemode but at first time when i compile it so it was successfully compiled but now its given me error instead of same script. Anyone help?
Код:
D:\eXs Gamemode\eXs\gamemodes\eXs.pwn(1) : error 010: invalid function or declaration
E:\PawNo\include\YSI\y_hooks/impl.inc(3444) : warning 235: public function lacks forward declaration (symbol "OnPlayerEnterDynamicArea")
E:\PawNo\include\YSI\y_hooks/impl.inc(3488) : warning 235: public function lacks forward declaration (symbol "OnPlayerLeaveDynamicArea")
../gamemodes/subscripts/gtazones.pwn(420) : error 017: undefined symbol "CreateDynamicCube"
Re: [HELP] YSI Error : PawNo\include\YSI\y_hooks/impl.inc -
Toxik - 06.11.2014
try with
pawn Код:
public OnPlayerLeaveDynamicArea//codes
public OnPlayerLeaveDynamicArea//codes
This
pawn Код:
../gamemodes/subscripts/gtazones.pwn(420) : error 017: undefined symbol "CreateDynamicCube"
Try
or delete if you dont gonna use it
Re: [HELP] YSI Error : PawNo\include\YSI\y_hooks/impl.inc -
SpikY_ - 06.11.2014
i think this error comes from this
Код:
E:\PawNo\include\YSI\y_hooks/impl.inc(3444) : warning 235: public function lacks forward declaration (symbol "OnPlayerEnterDynamicArea")
E:\PawNo\include\YSI\y_hooks/impl.inc(3488) : warning 235: public function lacks forward declaration (symbol "OnPlayerLeaveDynamicArea")
wht is the problem with YSI Includes? anyone else?
Re: [HELP] YSI Error : PawNo\include\YSI\y_hooks/impl.inc -
Toxik - 06.11.2014
i think something wrong in impl.inc
im not sure
Re: [HELP] YSI Error : PawNo\include\YSI\y_hooks/impl.inc -
SpikY_ - 06.11.2014
Wht sould i need to do to fix it ?
Re: [HELP] YSI Error : PawNo\include\YSI\y_hooks/impl.inc -
Toxik - 06.11.2014
download new impl.inc and put it at same place where is now dont overwrite it delete this one and download new one
Re: [HELP] YSI Error : PawNo\include\YSI\y_hooks/impl.inc -
SpikY_ - 06.11.2014
i have done it before but still same error