Vice City Multiplayer

VC:MP => mIRC/pawn Scripting => Topic started by: qqtem on January 31, 2011, 04:52:25 PM

Title: Where to add SetWorldBounds
Post by: qqtem on January 31, 2011, 04:52:25 PM
I need to set many SetWorldBounds .   How can I put in where?
Title: Re: Where to add SetWorldBounds
Post by: [GCK]KoFFe on February 01, 2011, 09: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
Title: Re: Where to add SetWorldBounds
Post by: yazeen on March 13, 2011, 04:00:30 PM
Where can i find a tool for finding the world bounds

i need link plse help guys