SA-MP Forums Archive
[Ajuda] Warnings - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Warnings (/showthread.php?tid=659902)



Warnings - MateusRicardo - 20.10.2018

Sou iniciante, alguйm pode me ajudar a resolver esses warnings? agradeзo desde jб.

Код HTML:
gamemodes\gls.pwn(3734) : warning 213: tag mismatch
Код:
}
forward MostrarLoad2(playerid);
public MostrarLoad2(playerid)
{
        new string[128];
	format(string, sizeof(string),	 "15%");
	TextDrawSetString(textporcentagem[playerid], string);
	return 1;
}



Re: Warnings - FerrariL - 20.10.2018

pawn Код:
textporcentagem[playerid]
Deve estar definido como Text.
Nгo tem porque formatar uma string para mostrar "15%", e tambйm nгo й necessбrio 128 cйlulas para isso.