[Ajuda] Array SetObjectMaterial
#1

Boa noite, estou com uma duvida.. Quero mudar material de 52 objetos estou fazendo dessa forma;

pawn Код:
new Textura[53];

Textura[0] = CreateDynamicObject(3458....
{...}
Textura[52] = CreateDynamicObject(3458.
Agora na funзгo SetObjectMaterial, estou com a seguinte duvida. Tenho que colocar um por um tipo.
pawn Код:
SetObjectMaterial(Textura[1]...
SetObjectMaterial(Textura[2]...
SetObjectMaterial(Textura[3]...
Ou existe uma outra forma que colocar em todos de uma vez sу? Sou leigo nessa Funзгo.

Grato desde jб.

@EDIT

Outra duvida relacionado ao mesmo assunto, nгo estou conseguindo alterar a textura do objeto olha como esta ficando, algumas partes sу do objeto.

http://www.casimages.com.br/i/140523...06383.png.html
http://nsae01.casimages.net/img/2014...3859426052.png


Alguйm?
Reply
#2

Pode tentar usar uma loop se for usar a mesma textura.
Reply
#3

Alguйm?
Reply
#4

pawn Код:
for(new i = 0; i < 53; ++ i)
{
    SetObjectMaterial(Textura[i]...
}
Reply
#5

Jб tentei mano dessa forma, mas a textura fica em algumas partes do objeto como mostra nas prints acima.
Reply
#6

O problema nгo estб no vector[sу mesmo para tirar as dъvidas]

Tenta fazer um ciclo for assim:
pawn Код:
for(new i = 0; i < 53; i++)
    SetObjectMaterial(Textura[i], ...
Nгo igual ao do input, porque irб saltar o ultimo index.[Se nгo estou em erro]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)