need help . - 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: need help . (
/showthread.php?tid=635610)
need help . -
ongnung147 - 10.06.2017
Код HTML:
D:\123\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\..\YSI_Internal\amx_assembly.inc(38) : fatal error 111: user error: Please update "https://github.com/Zeex/amx_assembly" to get "deref()"
Re: need help . -
kalanerik99 - 10.06.2017
Here
https://github.com/Zeex/amx_assembly/archive/master.zip extract it inside pawno/include/amx
Re: need help . -
ongnung147 - 10.06.2017
Код HTML:
D:\123\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Coding\y_va/impl.inc(539) : warning 219: local variable "time" shadows a variable at a preceding level
D:\123\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Coding\y_va/impl.inc(544) : warning 219: local variable "time" shadows a variable at a preceding level
D:\123\pawno\include\YSI\..\YSI_Storage\..\YSI_Coding\y_malloc/heapalloc.inc(339) : error 004: function "Malloc_OnRuntimeError" is not implemented
D:\123\gamemodes\zma.pwn(463) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(667) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(682) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(1280) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(1336) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(2222) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(2364) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(2387) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(2477) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(2490) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(2506) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(2877) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(2913) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(2948) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(2980) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(3063) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(3326) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(4535) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(5960) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(6263) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(6275) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(6287) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(6299) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(6641) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(7485) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(7896) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
D:\123\gamemodes\zma.pwn(7929) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: need help . -
aoky - 10.06.2017
Use this, foreach(new i : Player) instead of whatever you're using.