Y_Commands problem
#1

Why i get thoses Warnings:

pawn Код:
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(863) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(1282) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(1337) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(1390) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(1412) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(1475) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(1688) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(1775) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(1898) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(2163) : warning 219: local variable "hash" shadows a variable at a preceding level
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


10 Warnings.
When i added this command?:

pawn Код:
YCMD:sa(playerid, params[], help)
{
    #pragma unused params, help
    ClearAnimations(playerid);
    return 1;
}
Reply
#2

seems like u are using multiple versions of YSI at one time
Use only 1 version at a time and the latest one
Reply
#3

fixed by myself,i included Dutils without using it in anything so i removed it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)