Posts: 108
Threads: 21
Joined: Aug 2016
Quote:
Originally Posted by Threshold
You're probably using the wrong material index. Try this:
PHP код:
ArmyBase = CreateDynamicObject(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.
|
This works,but if i try doing it again with the same object but at a different position it doesnt work i try using/changing the index but nothing,why?