Thread: guild gate...
View Single Post
  #1  
Old 10-03-2003, 01:06 AM
niagra475 niagra475 is offline
Registered User
Join Date: Jan 2003
Posts: 12
niagra475 is on a distinguished road
guild gate...

whats wrong with this script???...(apart from being basic :P)

//#CLIENTSIDE
if(created){
setstring this.guild,myguild;
}

if (playertouchesme&&strequals(#g,#s(this.guild))){
set guildon;
}

if (guildon&&strequals(#c,opengate1)) {
hide;
dontblock;
}

if (guildon&&strequals(#c,closegate1)) {
show;
blockagain;
}
__________________
:/ :| :/ :|

(cant use img code X_X)
Reply With Quote