SA-MP Forums Archive
Help Me For This Warning And Error ! (Y - 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 Me For This Warning And Error ! (Y (/showthread.php?tid=477117)



Help Me For This Warning And Error ! (Y - Fachrul48 - 22.11.2013

Please Help Me For This Warning And Error Please
Here IT is
Code:
C:\Users\NET10\Videos\Entertainment\~GGS~\Roleplay\pawno\include\YSI\y_hooks/impl.inc(1755) : warning 235: public function lacks forward declaration (symbol "OnUnoccupiedVehicleUpdate")
C:\Users\NET10\Videos\Entertainment\~GGS~\Roleplay\pawno\include\YSI\y_hooks/impl.inc(2336) : warning 235: public function lacks forward declaration (symbol "OnPlayerTakeDamage")
C:\Users\NET10\Videos\Entertainment\~GGS~\Roleplay\pawno\include\YSI\y_hooks/impl.inc(2382) : warning 235: public function lacks forward declaration (symbol "OnPlayerGiveDamage")
C:\Users\NET10\Videos\Entertainment\~GGS~\Roleplay\pawno\include\streamer.inc(156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\NET10\Videos\Entertainment\~GGS~\Roleplay\pawno\include\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\NET10\Videos\Entertainment\~GGS~\Roleplay\pawno\include\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\NET10\Videos\Entertainment\~GGS~\Roleplay\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\NET10\Videos\Entertainment\~GGS~\Roleplay\gamemodes\ggrp.pwn(4101) : error 017: undefined symbol "KEY_YES"
C:\Users\NET10\Videos\Entertainment\~GGS~\Roleplay\gamemodes\ggrp.pwn(4106) : error 017: undefined symbol "KEY_NO"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.



Re: Help Me For This Warning And Error ! (Y - Konstantinos - 22.11.2013

Update the server and any plugin/include.

YSI is an older version.
Streamer is an older version.
a_samp is an older version

KEY_YES and KEY_NO were added in 0.3d and we're on 0.3x


Re: Help Me For This Warning And Error ! (Y - newbie scripter - 22.11.2013

Answered Above...


Re: Help Me For This Warning And Error ! (Y - JakeHunter1 - 22.11.2013

Update YSI and plugins
for KEY_YES KEY_No i don't know


Re: Help Me For This Warning And Error ! (Y - Fachrul48 - 22.11.2013

Thanks For The Comments