SA-MP Forums Archive
[Ajuda] Warning - 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] Warning (/showthread.php?tid=648585)



Warning - Andersonsouza - 25.01.2018

Boa Tarde!
Estou Com Algum Warning Chatos Aqui. Seque abaixo os warning e a linha de codico.


Warning
Код:
(24209) : warning 213: tag mismatch
(34000) : warning 213: tag mismatch
(34001) : warning 213: tag mismatch
Код:
SendClientMessage(playerid, COR_PRINCIPAL, "[INFO] Veнculo privado criado!");
new string[128];
format(string, 128,"Privado %s de %s", CarModelNameFromID[GetVehicleModel(Player[playerid][VehicleCreated])-400], getPName(playerid));
Player[playerid][VehicleLabel] = Create3DTextLabel(string, COR_AMARELO, 30.0,40.0,50.0,10.0,0);
Attach3DTextLabelToVehicle(Player[playerid][VehicleLabel], Player[playerid][VehicleCreated], 0.0, -2.0, 0.0);