mIRC Home    About    Download    Register    News    Help

Print Thread
#133009 16/10/05 04:44 PM
Joined: Oct 2005
Posts: 126
P
PhyxiuS Offline OP
Vogon poet
OP Offline
Vogon poet
P
Joined: Oct 2005
Posts: 126
When i'm typing messages it's like this:

([18:40]) · UP •> how r u guys doing?
([18:40]) · UP •> ;o

But it has to show the voice/op/regular before the "nickname"

Like this:

([18:40]) · @UP •> how r u guys doing?
([18:40]) · @UP •> ;o

--
Someone can help me? smile

#133010 16/10/05 04:46 PM
D
dood
dood
D
Use $nick(#, N).pnick to get the mode prefix.

#133011 16/10/05 04:57 PM
Joined: Oct 2005
Posts: 126
P
PhyxiuS Offline OP
Vogon poet
OP Offline
Vogon poet
P
Joined: Oct 2005
Posts: 126
that's not working... my script is like this:

echo -artc own $+(1( $+ 14 $+ $timestamp $+ 1) 14·1 $me 14•>2) $1-

#133012 16/10/05 05:07 PM
M
mIRCManiac
mIRCManiac
M
try this

Code:
echo -artc own $+(1( $+ 14 $+ $timestamp $+ 1) 14·1 $iif($nick(#,$me).pnick == $me,$me,$+($left($v1,1),$me)) 14•>2) $1-

#133013 16/10/05 05:26 PM
Joined: Oct 2005
Posts: 126
P
PhyxiuS Offline OP
Vogon poet
OP Offline
Vogon poet
P
Joined: Oct 2005
Posts: 126
... pfff, still not working frown

#133014 16/10/05 05:52 PM
M
mIRCManiac
mIRCManiac
M
Well perhaps if you showed us your code, we could find the problem.

#133015 16/10/05 06:16 PM
Joined: Sep 2005
Posts: 2,630
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,630
Quote:
that's not working... my script is like this:

echo -artc own $+(1( $+ 14 $+ $timestamp $+ 1) 14·1 $me 14•>2) $1-


That's because you haven't even used the code he said.

Code:
echo -artc own $+(1( $+ 14 $+ $timestamp $+ 1) 14·1 [color:red]$nick($chan,[/color]$me[color:red]).pnick[/color] 14•>2) $1- 

#133016 21/10/05 09:05 PM
Joined: Oct 2005
Posts: 126
P
PhyxiuS Offline OP
Vogon poet
OP Offline
Vogon poet
P
Joined: Oct 2005
Posts: 126
Thankx Hixxy, the code u gaved me is working...


Link Copied to Clipboard