PDA

View Full Version : any news


Leeboy
21-02-02, 12:44pm
any news on the plugin to csay specific messages for a specific client? :D :D :p

[fah-q] Dio
21-02-02, 02:34pm
It can be done with the .26 release but there is no plugin to do it yet. Why don't you write one?

[DM]Caveman
22-02-02, 04:15am
Gimme a clue on what the function is and I will knock one up....

yensid
22-02-02, 04:31am
Should be able to do a messageex with print_pretty as the message type, I believe.

[fah-q] Dio
22-02-02, 04:32am
messageex( sTarget[], sMessage[], iMessageType );

make the iMessageType = print_pretty


messageex("Cavey", "Go 4 It!", print_pretty);


I was going to put one in plugin_base to compliment the admin_psay but dammed if I could think of a good command name for it. :) So I left it out.

admin_prsay?
admin_cpsay?

yensid
22-02-02, 04:36am
I think admin_pcsay is better :) Private csay....

[DM]Caveman
22-02-02, 04:59am
Hehe. I was just playing with "messageex" and managed to find out that tty was typesay.....

pcsay it is then, and I will cook up a ptsay while I am at it......

[DM]Caveman
22-02-02, 05:02am
You cant do colours with messageex can you?

[fah-q] Dio
22-02-02, 05:17am
No. Sorry.

[DM]Caveman
22-02-02, 05:24am
This missing anything?

[fah-q] Dio
22-02-02, 05:51am
Looks good to me. But does it compile?

[DM]Caveman
22-02-02, 11:08am
I would not post something that doesn't compile.....

Bugs, maybe, compiling errors, no....