View Single Post
  #6  
Old 05-29-2001, 05:23 AM
Er1c Er1c is offline
Registered User
Er1c's Avatar
Join Date: Mar 2001
Location: Chicago, IL
Posts: 791
Er1c is on a distinguished road
Your all wrong if this is for a server with an NPC Server.
NPC Code:

//#CLIENTSIDE
if (playerenters) {
showlocal;
}
if (playertouchsme) {
if (strequals(#g,GUILD_NAME)) {
hidelocal;
timeout = 3;
} else {
message Your not in this guild!;
}
}
if (timeout)
showlocal;


When something is hidden it automatically stops blocking the player.
__________________
Eric Kraft
Reply With Quote