On my first item here, I set this, and it worked.
location lCrate4Location = Location(oArea, Vector(159.425,129.433,0.0), 122.0);
object oCrate4 = CreateObject(OBJECT_TYPE_PLACEABLE, R"genip_crate_wd_large_stat.utp", lCrate4Location);
SetCanUseItem ( oCrate4, FALSE );
Then I tried to use it on a different item below, and it does not work...any idea why?
location lBag2Location = Location(oArea, Vector(159.707,131.31,0.0239827), 0.0);
object oBag2 = CreateObject(OBJECT_TYPE_PLACEABLE, R"genip_sack_small.utp", lBag2Location);
SetCanUseItem ( oBag2, FALSE );
Modifié par NewYears1978, 21 novembre 2009 - 03:25 .





Retour en haut






