Foreach - 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: Foreach (
/showthread.php?tid=436426)
Foreach -
CloW - 11.05.2013
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 ?
Re: Foreach -
feartonyb - 11.05.2013
Paste errors
Re: Foreach -
CloW - 11.05.2013
Код:
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
line 1114
Код:
forward OnPlayerLogin(playerid,password[]);
line 12651
Код:
public OnPlayerLogin(playerid,password[])
line 15641
Код:
OnPlayerLogin(playerid,tmppass);
Re: Foreach -
CloW - 12.05.2013
BUMP!
Re: Foreach -
CloW - 12.05.2013
How to fix that ? when i remove playerlogin search langs_addlanguage i dont know how to dwl addlanguages and where put it.
Re: Foreach -
CloW - 12.05.2013
When i remove public onplayerlogin and start samp server,print YSI couldn't update ,but you haven't langs_addlanguage.