View Single Post
  #4  
Old 07-05-2007, 09:45 AM
TheJames TheJames is offline
Atrius Manager
TheJames's Avatar
Join Date: Dec 2004
Posts: 581
TheJames can only hope to improve
//#CLIENTSIDE
function onCreated() onPlayerEnters();{
enablefeatures(allfeatures - 0x200);
}

Thats GS2 Command, I suck at GS2. So I don't know if its right?

GS1

//#CLIENTSIDE
if (created||playerenters){
enablefeatures(allfeatures - 0x200);
}

Then a command for the level adjacent to it for it leaving the level. So It enables the nickname text again. OR Just a command in a script for that specific level, disabling the nicknames/text.
__________________
Contact me on Skype: "skype.sam.lorenz"

James,
Manager of Atrius
Reply With Quote