Quote:
Originally Posted by Sum41Freeeeek
So, in the spar arena, I would put
PHP Code:
//#CLIENTSIDE
function onCreated()
{
enablefeatures( allfeatures - 0x200 );
}
then at unstick me, or whereever they'll be warped out, i'll put
PHP Code:
//#CLIENTSIDE
function onCreated()
{
enablefeatures( 0x200 );
}
this way nicknames are disabled in the arena, but when you get warped to unstick me it enables.
I don't want to use enablefeature( allfeatures); because that might interfere with other stuff on Era, such as disabling S + A and S + D combinations for dropping/switching items.
|
You need to figure out where Era is setting these stats.
More than likely in some system NPC, so just get one of the NATs to change this for you. Because if you do it in your level, it's going to enable everything except names.
If you do it outside, you're going to enable NOTHING except names.
So really, you're stuck.
I'd suggest talking to the NATs, they can do this very easily.