Problem
#1

pawn Код:
public OnPlayerText(playerid, text[])
{   new file[256],PName[MAX_PLAYER_NAME];
    GetPlayerName(playerid,PName,MAX_PLAYER_NAME);
    format(file,sizeof(file),"/Users/%s.ini",PName);
    dini_Get(file," Muted ");
    if(1) return 0;
    return 1;
}
warning 206: redundant test: constant expression is non-zero
Reply


Messages In This Thread
Problem[Solved] - by CSSI - 13.07.2011, 13:49
Re: Problem - by Basicz - 13.07.2011, 14:10
Re: Problem - by CSSI - 13.07.2011, 14:22

Forum Jump:


Users browsing this thread: 3 Guest(s)