11.10.2013, 23:12
pawn Код:
new StringArquivo[40];
new float:VidaS, float:ColeteS;
GetPlayerHealth(playerid,VidaS);
GetPlayerArmour(playerid,ColeteS);
format(StringArquivo, sizeof(StringArquivo), "Contas/%s", PegarNome(playerid));
DOF2_SetInt(StringArquivo, "Dinheiro", Player[Dinheiro][playerid]);
DOF2_SetFloat(StringArquivo, "Vida", VidaS);
DOF2_SetFloat(StringArquivo, "Colete", ColeteS);
toda vez esta dando erro: warning 213: tag mismatch


