[HELP] YSI Error : PawNo\include\YSI\y_hooks/impl.inc
#1

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"
Reply
#2

try with
pawn Код:
public OnPlayerLeaveDynamicArea//codes
public OnPlayerLeaveDynamicArea//codes
This
pawn Код:
../gamemodes/subscripts/gtazones.pwn(420) : error 017: undefined symbol "CreateDynamicCube"
Try
pawn Код:
new CreateDynamicCube;
or delete if you dont gonna use it
Reply
#3

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?
Reply
#4

i think something wrong in impl.inc
im not sure
Reply
#5

Wht sould i need to do to fix it ?
Reply
#6

download new impl.inc and put it at same place where is now dont overwrite it delete this one and download new one
Reply
#7

i have done it before but still same error
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)