Help me with some warnings.
#5

Quote:
Originally Posted by rickisme
Посмотреть сообщение
cause playerid never used ?
pawn Код:
stock playermdisconnect(playerid, discmcc[])
{
    #pragma unused playerid
    new File:lFile = fopen("/SERVER/Logs/Player/disconnect.txt", io_append), logData[178];

    format(logData, sizeof(logData),"%s \r\n", discmcc);
    fwrite(lFile, logData);

    fclose(lFile);
    return 1;
}
Show me OnNPCModeInit function
i fixed all problems for warnings, only for OnNPCModeInit,
i dont have OnNPCModeInit function. i dont use in, i got this warning when updated sscanf2
Reply


Messages In This Thread
Help me with some warnings. - by TiXz0r - 02.03.2015, 11:26
Re: Help me with some warnings. - by ATGOggy - 02.03.2015, 11:47
Re: Help me with some warnings. - by TiXz0r - 02.03.2015, 11:50
Re: Help me with some warnings. - by rickisme - 02.03.2015, 12:02
Re: Help me with some warnings. - by TiXz0r - 02.03.2015, 12:05

Forum Jump:


Users browsing this thread: 2 Guest(s)