[Ajuda] Mudar a cor do Objeto (Problema com a textura) - 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] Mudar a cor do Objeto (Problema com a textura) (
/showthread.php?tid=523263)
Mudar a cor do Objeto (Problema com a textura) -
UzumakiNaruto - 01.07.2014
Eai galera, eu queria uma ajuda com essa funзгo, aqui, eu queria mudar a cor do objeto porйm quando utiliza o comando dentro do jogo a textura fica toda preta e nгo da cor colocada na funзгo
pawn Код:
Material1 = CreateObject(17031, X, Y, Z-30, 0.0, 0.0, A+95, 300.0);
SetObjectMaterial(Material1, 0, 0, "cunt_rockgp2_13", "cuntrock", AZUL);
Re: Objeto -
SpeakDS - 01.07.2014
Tente assim:
pawn Код:
Material1 = CreateObject(17031, X, Y, Z-30, 0.0, 0.0, A+95, 300.0);
SetObjectMaterial(Material1, 0, 0, "cunt_rockgp2_13", "cuntrock", 0xFF1E90FF);