
05-28-2001, 12:47 PM
|
|
RadioActive Monkeeh
|
 |
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
|
|
|
actually ... this is better... it can lose its values when u leave/enter..
if (playerenters) { showlocal; blockagainlocal; }
if (playertouchsme && strequals(#g,GuildName)) {
hidelocal;
dontblocklocal;
sleep 3;
showlocal;
blockagainlocal;
} |
|
|
|