FNdanielNL Posted September 9, 2007 Share Posted September 9, 2007 I dont know the mta.code for the echoing of the admin chat like this: player1: !admins admin: there are no admins online <<<<<<<<<<< i want to echo also this I use this code: on *:SIGNAL:mta.???:{ if ($1 == %echoserverid) /msg #channel ???? } its just a small thing... Link to comment
SanZoR Posted September 10, 2007 Share Posted September 10, 2007 I guess it is mta.text Link to comment
FNdanielNL Posted September 10, 2007 Author Share Posted September 10, 2007 This is what i got whit mta.text command, but this is for what the players are saying ingame. on *:SIGNAL:mta.text:{ if ($1 == %echoserverid) /msg #CHANNEL $mta.nick($1,$2) $+ : $3- } Link to comment
Guest Posted September 23, 2007 Share Posted September 23, 2007 Yeah I got the same problem. I know how to echo things that players say to mirc but not what the /console says. If I type !maxping it only show !maxping in irc but not the yellow text. Link to comment
SDK Posted September 23, 2007 Share Posted September 23, 2007 Thats mta.adcon on *:SIGNAL:mta.adcon:{ if ($1 == %echoserverid) /msg #CHANNEL $mta.nick($1,$2) $+ : $3- } Just look here Link to comment
lil Toady Posted September 23, 2007 Share Posted September 23, 2007 http://mta-stats.com/downloads/echo.mrc - i see you use my echo script so i added admin thing to it now. and yeh, it's mta.adcon Link to comment
Recommended Posts