Thread: Door -.-
View Single Post
  #1  
Old 09-27-2003, 04:59 AM
a1tjm a1tjm is offline
Registered User
Join Date: Aug 2003
Posts: 12
a1tjm is on a distinguished road
Angry Door -.-

I know its simple but

//#CLIENTSIDE
if(playerchats && strequals(#c,open) && strequals(#a,a1tjm)){
hidelocal;
}
if(playerchats && strequals(#c,close) && strequals(#a,a1tjm)){
showlocal;
}
if(playerchats && strequals(#c,open) && strequals(#a,papajchris)){
hidelocal;
}
if(playerchats && strequals(#c,close) && strequals(#a,papajchris)){
showlocal;
}

If I use it it would only work for my account and it would not block or open for other users who try to enter =o

I am not a great scripter
Reply With Quote