• Welcome to Vice City Multiplayer.
 

In Sasan Commands Help

Started by TanaX01, July 03, 2008, 09:14:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TanaX01

My Script Is Sasan i In IRC

example
           ( My ip )
!banip 190.47.194.45 Hacker

!banip 190.47.*.* hacker

i in banlist type !banlist

Quote[Lara]
1215111506=201.11.202.164 banned ]

Reason ?  Admin banned Lara ?

my banlist is

Quoteelseif ($1 == !banlist) {
      var %a = 1
      while (%a <= 100) {
        msg $nick $read($scriptdirvcmp.bans.ini,%a)
        inc %a
      }
    }

y ban in irc !banip 190.46.*.*

i unban ip !unbanip 190.46.*.* i join in game your are baned from server :S

k

en irc !banlist

Admin [ TanaX01 ] Banned [ Lara ] Reason [ Hax ]
!banip 190.46.*.* Hax

in banlist not 190.46.*.*

ReVilo

It's the way sansan constructs the ini
You wouldn't want to change it without screwing up the script.
What you could do is when you ban, add it to another ini, and make banlist read from there. thatd be the easiest way.

PS, try doing some things yourself first instead of constantly asking for help from everyone else :P