Recent content by UOProject

  1. Eventsink Help!

    Messing around with eventsinks but I somehow cannot get the event to recognize the mobile public static void Initialize() { EventSink.OnKilledBy += EventSink_OnKilledBy; } private static void EventSink_OnKilledBy(OnKilledByEventArgs e) {...
  2. Advanced Archery Pub57

    Got this weird crash that seems to be associated with this script, anyone ever got this error? System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at...
  3. Serializing

    Anyone has an example of a correct serializing / deserializing so the server update things correctly without deleting them on restart? thank you!
Back