26.01.2013, 16:58
pawn Код:
if(!strcmp(PlayerInfo[playerid][pInv1],"empty",1)) PlayerInfo[playerid][pInv1] = item;
These other uses are giving out the same warning:
pawn Код:
if(!strcmp(PlayerInfo[playerid][pInv7],"empty",1)) sc++;
pawn Код:
else if(!strcmp(PlayerInfo[playerid][pInv12],"empty",1)) return 12;
pawn Код:
if(!strcmp(PlayerInfo[playerid][pInv1],"empty",1))
{
PlayerInfo[playerid][pInv1] = item;
}