View Single Post
Old 27-06-2006, 14:23   #13 (permalink)
Arcan
Junior Member
 
Arcan's Avatar
 
Join Date: Oct 2004
Location: Everywhere
Age: 24
Posts: 57
Rep Power: 0
Arcan is an unknown quantity at this point
Default

Pt mirc scripting, mesajele cu /ame
Ultras a omis acolo o paranteza

Code:
/alias /amsg { set %x 1 | while (%x <= $chan(0)) { if (($chan(%x) != #botlending) && ($chan(%x) != #anotherchan) && ($chan(%x != #yetanotherchan)) { msg $chan(%x) $1- } | inc %x 1 } }
trebuia

Code:
/alias /amsg { set %x 1 | while (%x <= $chan(0)) { if (($chan(%x) != #botlending) && ($chan(%x) != #anotherchan) && ($chan(%x) != #yetanotherchan))  { msg $chan(%x) $1- } | inc %x 1 } }
RESPECT
Arcan is offline   Reply With Quote