Any idea why?
const string SF_X1_FORMS_TOME = "sf_x1_grantforms";
const resource SF_X1_FORMS_TOME_RESOURCE = R"sf_x1_grantforms.utp";
void main()
{
object oMainControlled = GetMainControlled();
object oTome = UT_GetNearestObjectByTag(oMainControlled, SF_X1_FORMS_TOME);
if (!IsObjectValid(oTome))
{
location lSpawn = Location(GetArea(oMainControlled), Vector(134.601,56.4369,32.2178), 320.0);
CreateObject(OBJECT_TYPE_PLACEABLE, SF_X1_FORMS_TOME_RESOURCE, lSpawn);
}
}
Modifié par Rolenka, 03 juin 2010 - 03:31 .





Retour en haut







