when im using this script:

Code:
function hideme(){
my.invisible = on;
}

action mannetje {
proc_client(me,hideme);
}




and i make the entity on the server, the character is not hidden on the server... but when i create the same entity from a client it is invisible on that client, like i want.
but how can i make it that if i create it on the server that it is hidden on the server but shown on the rest?