WARNING: tag mismatch
#5

pawn Код:
stock GetPlayerKDR(playerid)
{
    new kills = dini_Int(pFile(playerid), "Kills");
    new deaths = dini_Int(pFile(playerid), "Deaths");
    new result;
    result = kills / deaths;
    return result;
}
Reply


Messages In This Thread
WARNING: tag mismatch - by ranme15 - 01.09.2014, 12:42
Re: WARNING: tag mismatch - by Isolated - 01.09.2014, 12:47
Re: WARNING: tag mismatch - by DavidBilla - 01.09.2014, 12:50
Re: WARNING: tag mismatch - by ranme15 - 01.09.2014, 13:06
Re: WARNING: tag mismatch - by Thogy - 01.09.2014, 15:20

Forum Jump:


Users browsing this thread: 1 Guest(s)