View Single Post
  #11  
Old 07-06-2007, 10:09 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Sum41Freeeeek View Post
yeah, that's what I'm worried about.
snake says he added something a long time ago to disable certain things in levels, i'll have kinetaro or someone check the system npc.
Incase Era has really bad NATs, here's some code they could use:
Weapon/GUI-Script +Features
PHP Code:
//#CLIENTSIDE
function onCreated()
{
  if ( 
player.level.name == "sparlevel.nw" )
  {
    
enablefeaturesallfeatures 0x200 // disable all the other feautres
  
}
  else
  {
    
enablefeaturesallfeatures ); // disable all the other features
  
}
}
function 
onPlayerEnters()
{
  
onCreated();

__________________
Reply With Quote