[Request] Guild War

11/29/2008 14:34 mihai_v13#1
if someone know how to fix up guild war full work please help me.
gw gates dont open!
11/29/2008 17:16 alexbigfoot#2
the right gate dont right?
11/29/2008 17:54 mihai_v13#3
Quote:
Originally Posted by alexbigfoot View Post
the right gate dont right?
both...:S

what u mean 'the right dont right?"
11/29/2008 19:04 alexbigfoot#4
the right gate dont = the right gate dont open....
11/29/2008 19:25 mihai_v13#5
Quote:
Originally Posted by alexbigfoot View Post
the right gate dont = the right gate dont open....
oke can u help us to fix it up?:D
11/30/2008 01:08 _Emme_#6
I posted how to open/close them by a command. Search for god sake.
12/02/2008 21:03 mihai_v13#7
Quote:
Originally Posted by EmmeTheCoder View Post
I posted how to open/close them by a command. Search for god sake.
oke man thanx but...is fixed up...i after gate hp was down i go tc and after 5 min i come back and i saw the gate hp wass very low and i start to hit the gate again and open:D...and some ppl can jump over gate
12/02/2008 21:08 _Emme_#8
Just do a command,like this:

if (Splitter[0] == "/guildwar")
{
if (GWOn == false)
GWOn = true;
if (GWOn == true)
GWOn = false;
}

Then above the gate funcion in the source,you add :

if (GWON == true)
{
Gate Funcion Here
}


Simple as that,
12/02/2008 21:13 mihai_v13#9
Quote:
Originally Posted by EmmeTheCoder View Post
Just do a command,like this:

if (Splitter[0] == "/guildwar")
{
if (GWOn == false)
GWOn = true;
if (GWOn == true)
GWOn = false;
}

Then above the gate funcion in the source,you add :

if (GWON == true)
{
Gate Funcion Here
}


Simple as that,
thanx a lot emme;)
01/25/2009 20:49 wilmox#10
Quote:
Originally Posted by EmmeTheCoder View Post
Just do a command,like this:

if (Splitter[0] == "/guildwar")
{
if (GWOn == false)
GWOn = true;
if (GWOn == true)
GWOn = false;
}

Then above the gate funcion in the source,you add :

if (GWON == true)
{
Gate Funcion Here
}


Simple as that,
Thanks Very Much!. but i cant find the Gate Funcion :S, could someone help me plz!?
01/25/2009 21:01 HellCo#11
#request closed