Quote:
Originally Posted by Tyhm
Ah, how the game has changed...I used to try and make the newbies welcome...like it or not, they Are the future...
I wonder if it'd be possible to just not draw them? As in they don't even get a gani (or they get a Hidden Under An Invisibo Bush Gani) - and their system uses a local showimg gani of them at their location, so only they can see themselves? Might be a dangerous thing to embark on...
|
PHP Code:
//#CLIENTSIDE
function onCreated() setTimer(.05);
function onTimeOut()
{
if (playertrial) hideplayer(.1);
setTimer(.05);
}