Graal Forums  

Go Back   Graal Forums > PlayerWorlds > PlayerWorlds Main Forum
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #11  
Old 05-21-2008, 10:52 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Pimmeh View Post
Kidding, rait?
I mean...Nickchanging isnt hard? Its not hard at all! Just save the string (?) and put it in some client sided script that puts the string instead of your nickname no the chat and...Doesnt sound hard... -_-


I can imagine how, and I dont even script!
PHP Code:
//#CLIENTSIDE
function onPlayerChats()
{
  if ( 
player.chat == "/afk" )
  {
    
client.b4nick player.nick;
    
player.nick player.nick SPC "-Away-";
  }
  if ( 
player.chat == "/notafk" )
  {
    
player.nick client.b4nick;
  }

Do I win?
__________________
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:13 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.