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
Test Snippet
Rated:
Snippet Description:
Lists the nicks in the channel, Says What each nick is op hop voice regular...
on *:Text:.ln:#: { .notice $nick $+ $rand(1,15) $+ , $+ $rand(1,15) $+ Listing nicks on $chan set %i 1 :next set %nick $nick(#,%i) if %nick == $null goto done if %nick isop # notice $nick 4 %nick is an Op! if %nick ishop # notice $nick 7 %nick is a Halfop! if %nick isvoice # notice $nick 2 %nick is Voice! if %nick isreg # notice $nick 10 %nick is a regualar... inc %nickcount inc %i if %nickcount == 20 goto done goto next :done unset %nickcount notice $nick $+ $rand(1,15) $+ , $+ $rand(1,15) $+ I am only authorized to show 20 results. }
Favorite Script
-
Smilies
Message:
Comments: