Thread: Guild Script
View Single Post
  #4  
Old 08-25-2007, 04:46 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by Kyranki View Post
PHP Code:
function onActionServerside(acctgname) {
  
temp.pl findplayer(acct);
  
temp.pl.guild gname;
}
//#CLIENTSIDE
function onPlayerChats() {
  if (
player.chat.starts("/guild")) {
    
temp.tokens player.chat.tokenize();
    
temp.blah temp.tokens[0].length() + 1
    triggerserver
("weapon"this.nameplayer.accountplayer.chat.substring(temp.blah));
  }

Should work.
Yet horribly insecure!
__________________
Do it with a DON!
Reply With Quote