
04-30-2008, 01:20 AM
|
|
the fake one
|
 |
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
|
|
Quote:
Originally Posted by xXziroXx
PHP Code:
case "dialog": case "dialogList":
temp.replyTo = player.account;
with ( findPlayer( pl ) ) {
triggerclient( "gui", "-Dialog", cmd, dialog, temp.replyTo, title, msg, options );
}
break;
More efficent to do:
PHP Code:
case "dialog": case "dialogList":
with ( findPlayer( pl ) ) {
triggerclient( "gui", "-Dialog", cmd, dialog, playero.account, title, msg, options );
}
break;
|
Hardly, but I guess. Care to explain what this thing does, I have no clue  |
|
|
|