Thread: Token problem
View Single Post
  #8  
Old 05-06-2007, 04:43 PM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
PHP Code:
temp.toks player.chat.tokenize();
(@
"Gang Control").leaderCommandstemp.toks[0], temp.toks[1], temp.toks[2], temp.toks[3]);

...
public function 
leaderCommandcommandparam1param2param3 )
  {
  if ( ! 
isLeaderplayer.account ) )
    return;

  switch ( 
command )
    {
    default:
      echo( 
"Command ["command @"]: Is not recognized." );
    break;
    }
  } 
Reply With Quote