Probleme mit dem Custom Building

  • Moinsen!


    Zur zeit hänge ich etwas bei dem Thema Custom Buildings fest. Ich weis das ich da damals auch ewgig gebraucht hab, ehe der server gestartet ist.

    Kurzes zur Init.c:

    Wieso startet der nicht bzw mit error meldung? Der Rest ist unverändert in der init...



    Greets

    slider_1.png

    Gaming-Clan | DayZ Server's | I help if i can | GER/EN | Vanilla is my favorite | Says absolutly NO to Cheat's, Hack's, Exploit's etc. |

  • void SpawnObject(string objectName, vector position, vector orientation)

    {

    Object obj;

    obj = Object.Cast(GetGame().CreateObject(objectName, "0 0 0"));

    obj.SetPosition(position);

    obj.SetOrientation(orientation);


    // Force update collisions

    if (obj.CanAffectPathgraph())

    {

    obj.SetAffectPathgraph(true, false);

    GetGame().GetCallQueue(CALL_CATEGORY_SYSTEM).CallLater(GetGame().UpdatePathgraphRegionByObject, 100, false, obj);

    }

    }

  • merci.



    Hab aber noch eine andere Methode:

    Die Klammer unten weglassen und die nächste Klammer (weather.c) auf machen.

    dann funktioniert das auch ohne probs.



    LG

    slider_1.png

    Gaming-Clan | DayZ Server's | I help if i can | GER/EN | Vanilla is my favorite | Says absolutly NO to Cheat's, Hack's, Exploit's etc. |