Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: TanaX01 on July 03, 2008, 10:14:14 pm
-
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
[Lara]
1215111506=201.11.202.164 banned ]
Reason ? Admin banned Lara ?
my banlist is
elseif ($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.*.*
-
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