Posts: 1,266
Threads: 6
Joined: Oct 2014
Quote:
Originally Posted by Threshold
You're probably using the wrong material index. Try this:
PHP код:
ArmyBase = CreateObject(3268,276.656311,2023.757813,16.632799 , 0.000000,0.000000,180.000000 );
SetDynamicObjectMaterial(ArmyBase, 1, 2068, "CJ_AMMO_net", "CJ_cammonet", 0);
I'm pretty sure it's index 1 for this object.
|
sir you're using CreateObject and using Set
DynamicObjectMaterial to draw in it D:
PHP код:
ArmyBase = CreateDynmaicObject(3268,276.656311,2023.757813,16.632799 , 0.000000,0.000000,180.000000 );
SetDynmaicObjectMaterial(ArmyBase, 0,2068,"CJ_AMMO_net","CJ_cammonet",0);