if someone know how to fix up guild war full work please help me.
gw gates dont open!
gw gates dont open!
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 gateQuote:
I posted how to open/close them by a command. Search for god sake.
Thanks Very Much!. but i cant find the Gate Funcion :S, could someone help me plz!?Quote:
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,