[Ajuda] Tem como fazer isso ?
#1

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)
Reply
#2

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

Reply
#3

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

obrigado pela ajuda +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)