Page MenuHomeFeedback Tracker

setObjectTexture / setObjectTexture do not work on all Objects
New, WishlistPublic

Description

Hello,

those two SQF-commands aren't working on (for example: Land_Atm_01_F). This should be resolved if the "hiddenTextures[]" (in config) where set to their default textures.

Details

Legacy ID
3390906856
Severity
None
Resolution
Open
Reproducibility
Always
Category
Scripting
Steps To Reproduce

Only type in:
_testobject = "Land_Atm_01_F" createVehicle position player; // For Example Land_Atm_01_F;
_testobject setObjectTextureGlobal[0, "texturepath"];

Event Timeline

VincentH set Category to Scripting.
VincentH set Reproducibility to Always.
VincentH set Severity to None.
VincentH set Resolution to Open.
VincentH set Legacy ID to 3390906856.May 8 2016, 1:09 PM