19.07.2011, 13:31
When i put y_commands and y_master in my GM i got this warnings :
Part of warnings:
Can somebody please help? :S
PS:i already have y_ini,followed this tutorial: https://sampforum.blast.hk/showthread.php?tid=269361
Код:
C:\Users\PC\Documents\SA-MP server\Need For Speed San Andreas\pawno\include\YSI\y_commands.inc(793) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\PC\Documents\SA-MP server\Need For Speed San Andreas\pawno\include\YSI\y_commands.inc(1191) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\PC\Documents\SA-MP server\Need For Speed San Andreas\pawno\include\YSI\y_commands.inc(1243) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\PC\Documents\SA-MP server\Need For Speed San Andreas\pawno\include\YSI\y_commands.inc(1264) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\PC\Documents\SA-MP server\Need For Speed San Andreas\pawno\include\YSI\y_commands.inc(1326) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\PC\Documents\SA-MP server\Need For Speed San Andreas\pawno\include\YSI\y_commands.inc(1519) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\PC\Documents\SA-MP server\Need For Speed San Andreas\pawno\include\YSI\y_commands.inc(1600) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\PC\Documents\SA-MP server\Need For Speed San Andreas\pawno\include\YSI\y_commands.inc(1706) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\PC\Documents\SA-MP server\Need For Speed San Andreas\pawno\include\YSI\y_commands.inc(1955) : warning 219: local variable "hash" shadows a variable at a preceding level Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 9 Warnings.
Код:
793:hash = Command_PackHash(Command_Name(i)); 1191:hash = -1,
PS:i already have y_ini,followed this tutorial: https://sampforum.blast.hk/showthread.php?tid=269361