View Single Post
  #14  
Old 01-08-2011, 07:57 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
here i found this script:
PHP Code:
//#CLIENTSIDE
function onPlayerChats() {
  if (
player.chat == "/stealth") {
    if (
player.alpha == 1)
      
triggerserver("gui",this.name,"SetStealth",0);
    else
      
triggerserver("gui",this.name,"SetStealth",1);
  }

but for some reason player can still see your name. i also tried like:
PHP Code:
    if (player.alpha == 1
Reply With Quote