Guest Posted December 15, 2004 Share Posted December 15, 2004 Hi! Can someone help me to write a simple skin script so then you type !skin will u revice the skin of the of player with that id, The script must be mIRC scripted... Hace tried by my self but no sucsses.. Link to comment
MrJax Posted December 15, 2004 Share Posted December 15, 2004 on *:SIGNAL:mta.command:{ %b = $iif($4 == $null,$2,$iif($4 isnum,$4,$mta.getid($1,$4))) if $3 == !skin { if $mta.name($1,%b) == Unknown mta.say $1 ID not present. else mta.say $1 $mta.name($1,%b) - Skin: $mta.skin($1,%b).name } } Link to comment
Recommended Posts