View Single Post
  #2  
Old 02-13-2010, 01:17 PM
jkennedy
Hill Giant
 
Join Date: Dec 2009
Posts: 175
Default

Code:
sub EVENT_ENTERZONE
{
if ($qglobals{Ascent} == 0)
{
quest::movepc(151,316,40,35,168);
$client->Message(15, "Denied!");
}
}
im not sure if ur trying to make it so peopel cant zone in to the zone or out but u could put this just change the if from qglobals to a level higher than attainable on ur server or however u want if it boot them asap they enter zone
just save it as a player.pl;
Reply With Quote