I have summed this up by doing this:
PHP Code:
function onPlayerTouchsMe(){
if (player.account in serveroptions.staff) {
setlevel2("futustia-bar.nw", 10.5, 44.5);
player.dir = 2;
}
else {
player.chat = "I am not staff. I cannot be in this bar.";
}
}
I have learned alot being around you guys <3