[Ajuda] SetObjectMaterialText - 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] SetObjectMaterialText (
/showthread.php?tid=493494)
SetObjectMaterialText -
GHLEMES - 08.02.2014
Como a cor da placa (PRETO) em Outras cores
Print:
Cуdigo:
pawn Код:
public OnFilterScriptInit()
{
pawn Код:
new b2 = CreateObject(9314, 2867, -645, 11.600000190735, 0.00, 0.00, 270.0); //< Balanзa\n Carros >
pawn Код:
SetObjectMaterialText(b2, "{FFFFFF} < Balanca\n Carros > ", 0, 50, "Arial Black", 20, 1, 0x000000FF, 1, 1);
Alguйm me Ajuda?
Re: SetObjectMaterialText -
[FeK]Knife - 08.02.2014
pawn Код:
SetObjectMaterialText(objectid, text[], materialindex = 0, materialsize = OBJECT_MATERIAL_SIZE_256x128, fontface[] = "Arial", fontsize = 24, bold = 1, fontcolor = 0xFFFFFFFF, backcolor = 0, textalignment = 0)
pawn Код:
SetObjectMaterialText(b2, "{FFFFFF} < Balanca\n Carros > ", 0, 50, "Arial Black", 20, 1, 0x000000FF, COLOQUE UMA COR AQUI, 1);
Da prуxima vez use o Wiki.