15.09.2012, 14:57
Buenas a Todos, Estaba haciendo unos mapeados, y cambiando la textura con SetObjectMaterial y de depente kise poner 9 objeto mas y de hay no me funciona mas SetObjectMaterial :S O.O, y nose ke sucede no funciona nada de nada ni colocando un objeto nuvo en u n script limpio,
Los Objetos ke modifico con v los tengo con variables y los SetObjectMaterial con For y con CreateObject pero intente tambien con CreateDynamicObject
Ais lo tengo:
Es Muy Raro lo ke paso
, ojala me puedan ayudar :S.
Desde ya muchas gracias.
Los Objetos ke modifico con v los tengo con variables y los SetObjectMaterial con For y con CreateObject pero intente tambien con CreateDynamicObject
Ais lo tengo:
PHP код:
//en OnGameModeInit
ForEx(25,i) SetObjectMaterial(variable1[i], 0, modelid, txdname, texturename, 0); //
ForEx(23,i) SetObjectMaterial(variable2[i], 0, modelid, txdname, texturename, 0); //
ForEx(111,i) SetObjectMaterial(variable3[i], 0, modelid, txdname, texturename, 0); //
ForEx(86,i) SetObjectMaterial(variable4[i], 0, modelid, txdname, texturename, 0); //
ForEx(114,i) SetObjectMaterial(variable5[i], 0, modelid, txdname, texturename, 0); // Cuando Tenia Hasta Aca Solamente Andabn perfecto todos :)
ForEx(11,i) SetObjectMaterial(variable6[i], 0, modelid, txdname, texturename, 0); // Cuando Agrege Esto con ForEx(7,i) Tambien me andaban perfectos todos, y cuando kise agregar 6 mas sucedio lo de ke no funciona mas SetObjectMaterial.
//Los CreateObject Aca...
//Los CreateObject Aca...
![Sad](images/smilies/sad.gif)
Desde ya muchas gracias.