X-Static Codes
Chat to Us @
SNM Chat
in #X-Static
Home
|
Contact
Login
Register
Search
Scripting
Snippets
Tutorials
Competitions
Links
Memberlist
Pastebin
Affiliates
Contact Admin
Sponsors
Nameless
Official #nameless website
Rooted.in
I got Rooted did you?
Stats
Total Members: 56
Newest User: Nofilicity
Snippets Added: 153
View
channel repeater :S
Snippet Author:
elle_mcpherson
Rated:
Snippet Description:
it will repeat a message in a channel ;)
alias flood { /dialog -m flood flood } dialog flood { title "flood" size -1 -1 285 101 option dbu edit "", 14, 5 63 119 10 button "send", 10, 130 85 37 12 button "cancel", 11, 187 85 37 12 button "clear", 12, 241 85 37 12 edit "", 9, 208 63 36 10 text "interval:", 6, 208 53 25 8 text "repetitions:", 7, 152 53 25 8 edit "", 8, 152 63 36 10 text "channel:", 15, 5 53 25 8 edit "", 5, 5 37 268 10 radio "check for more room", 4, 5 26 61 10 edit "", 2, 5 13 268 10 text "text here:", 3, 5 4 25 8 } on *:dialog:flood:sclick:10: { if ($did(4).state) { .timer12 $did(8) $did(9) msg $did(14) $did(2) $did(5) } else { .timer12 $did(8) $did(9) msg $did(14) $did(2) } } on *:dialog:flood:sclick:11: { .timer12 off } on *:dialog:flood:sclick:12: { did -r flood 2 did -r flood 5 did -r flood 8 did -r flood 9 did -r flood 14 did -u flood 4 }
Favorite Script
-
Smilies
Message:
Comments: