Jump to content

elanc

Members
  • Content Count

    2
  • Joined

  • Last visited

Everything posted by elanc

  1. elanc

    Server running from Windows 7?

    Core2Quad Q6600 OC 3.0GHz, RAM 8Gb, Windows 7 Pro SP1. Server and client at same time. Using for development. No problem.
  2. elanc

    Edit the init.c

    Wrong: player.GetInventory().CreateInInventory("...");itemBs = ItemBase.Cast(itemEnt); Correct: itemEnt = player.GetInventory().CreateInInventory("...");itemBs = ItemBase.Cast(itemEnt);
×