warning 213: tag mismatch
#1

pawn Код:
public GetPlayerScoreEx(playerid)
{
    new Float:score;
    score = PlayersData[playerid][Puntos] / 10;
    floatround(score, floatround_round);
    return score; // Lнnea del error
}
Error: warning 213: tag mismatch

Lo que quiero hacer es redondear el Float:score y retornarlo en la funciуn como un integer ya redondeado.

Gracias.
Reply


Messages In This Thread
warning 213: tag mismatch - by unuky - 28.06.2014, 17:46
Respuesta: warning 213: tag mismatch - by Zume - 28.06.2014, 17:55
Respuesta: warning 213: tag mismatch - by unuky - 28.06.2014, 18:05
Respuesta: warning 213: tag mismatch - by deryan - 28.06.2014, 18:13
Respuesta: warning 213: tag mismatch - by Zume - 28.06.2014, 18:15
Respuesta: warning 213: tag mismatch - by unuky - 28.06.2014, 18:37
Respuesta: warning 213: tag mismatch - by Zume - 28.06.2014, 18:50
Respuesta: warning 213: tag mismatch - by unuky - 28.06.2014, 19:38
Respuesta: warning 213: tag mismatch - by Swedky - 28.06.2014, 21:32
Respuesta: warning 213: tag mismatch - by OTACON - 28.06.2014, 21:47

Forum Jump:


Users browsing this thread: 1 Guest(s)