SA-MP Forums Archive
[Ajuda] Tem como fazer isso ? - 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] Tem como fazer isso ? (/showthread.php?tid=657836)



Tem como fazer isso ? - Santso - 16.08.2018

Existe alguma forma de mudar a textura de todos objetos de uma vez, exemplo: uso o SetObjectMaterialText para trocar a texturas de todos objetos de id 1326 (й sу um exemplo nem sei que objeto й esse)


Re: Tem como fazer isso ? - 1sbedx - 16.08.2018

PHP код:
for (new iMAX_OBJECTS++)
{
    if (
GetObjectModel(i) == 1326)
        
SetObjectMaterialText(i, ...);




Re: Tem como fazer isso ? - Santso - 16.08.2018

Quote:
Originally Posted by 1sbedx
Посмотреть сообщение
PHP код:
for (new iMAX_OBJECTS++)
{
    if (
GetObjectModel(i) == 1326)
        
SetObjectMaterialText(i, ...);

obrigado pela ajuda +rep