SA-MP Forums Archive
Some Erros - 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: Some Erros (/showthread.php?tid=616534)



Some Erros - Showzs - 06.09.2016

SOLVED


Re: Some Erros - Threshold - 06.09.2016

You should be using:
PHP код:
foreach(new Player
The method you're using now is deprecated and should no longer be used. You're using the YSI version of foreach, right?


Re: Some Erros - Showzs - 06.09.2016




Re: Some Erros - Showzs - 06.09.2016




Re: Some Erros - ThatFag - 06.09.2016

Код:
#include foreach
https://sampforum.blast.hk/showthread.php?tid=570868 - foreach include


Re: Some Erros - Showzs - 06.09.2016

Solved.