11.05.2013, 12:01
When i start updating ysi,have problem with error 'foreach not compatible with ysi'.I've updated foreach and now many errors.How to fix this ?
C:\Users\USER\Desktop\test\FS 0.3x by Bilsen\FS\pawno\include\YSI\internal\..\y_hooks/impl.inc(2817) : warning 235: public function lacks forward declaration (symbol "OnPlayerClickTextDraw") C:\Users\USER\Desktop\test\FS 0.3x by Bilsen\FS\pawno\include\YSI\internal\..\y_hooks/impl.inc(2861) : warning 235: public function lacks forward declaration (symbol "OnPlayerClickPlayerTextDraw") C:\Users\USER\Desktop\test\FS 0.3x by Bilsen\FS\pawno\include\YSI\internal\..\y_hooks/impl.inc(2905) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject") C:\Users\USER\Desktop\test\FS 0.3x by Bilsen\FS\pawno\include\YSI\internal\..\y_hooks/impl.inc(2957) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditAttachedObject") C:\Users\USER\Desktop\test\FS 0.3x by Bilsen\FS\pawno\include\YSI\internal\..\y_hooks/impl.inc(3016) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject") C:\Users\USER\Desktop\test\FS 0.3x by Bilsen\FS\pawno\include\YSI\internal\y_textrender.inc(648) : warning 219: local variable "temp" shadows a variable at a preceding level C:\Users\USER\Desktop\test\FS 0.3x by Bilsen\FS\pawno\include\YSI\internal\..\y_ini.inc(1345) : warning 219: local variable "temp" shadows a variable at a preceding level C:\Users\USER\Desktop\test\FS 0.3x by Bilsen\FS\gamemodes\full-speed.pwn(1114) : error 025: function heading differs from prototype C:\Users\USER\Desktop\test\FS 0.3x by Bilsen\FS\gamemodes\full-speed.pwn(12651) : error 025: function heading differs from prototype C:\Users\USER\Desktop\test\FS 0.3x by Bilsen\FS\gamemodes\full-speed.pwn(15641) : error 035: argument type mismatch (argument 2) C:\Users\USER\Desktop\test\FS 0.3x by Bilsen\FS\gamemodes\full-speed.pwn(41316) : warning 203: symbol is never used: "Langs_AddLanguage" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
forward OnPlayerLogin(playerid,password[]);
public OnPlayerLogin(playerid,password[])
OnPlayerLogin(playerid,tmppass);