Author Topic: Where to add SetWorldBounds  (Read 2349 times)

0 Members and 1 Guest are viewing this topic.

Offline qqtem

  • Street Thug
  • *
  • Posts: 8
    • View Profile
Where to add SetWorldBounds
« on: January 31, 2011, 06:52:25 pm »
I need to set many SetWorldBounds .   How can I put in where?

Offline [GCK]KoFFe

  • Street Thug
  • *
  • Posts: 27
    • View Profile
Re: Where to add SetWorldBounds
« Reply #1 on: February 01, 2011, 11:56:20 am »
Its a Global Variable it should be in Gamemodeinit

public GamemodeInit()
{
SetWorldBounds(5000.0,-5000.0,5000.0,-5000.0); //this is For all Map
//Extra bla bla bla bla
}

its Set's a Place where Player Can't get out like a island DM or Building DM etc

yazeen

  • Guest
Re: Where to add SetWorldBounds
« Reply #2 on: March 13, 2011, 06:00:30 pm »
Where can i find a tool for finding the world bounds

i need link plse help guys