Digital Paint Discussion Board

Paintball 2: The Game => Help and Support => Resolved Help & Support => Topic started by: Matze on February 24, 2006, 05:16:22 PM

Title: Can I use wildcards in "sv addip <ip>"?
Post by: Matze on February 24, 2006, 05:16:22 PM
So, is it possible to add variables " * " into the ip adress your going to ban?

E.g. sv addip 111.222.333.*

If so, how many variables can you add to an ip adress?
Title: Re: sv addip <ip>
Post by: XtremeBain on February 24, 2006, 05:26:38 PM
In that case you would use
Code: [Select]
sv addban 111.222.333.
Title: Re: sv addip <ip>
Post by: jitspoe on February 24, 2006, 06:05:28 PM
You may need to leave the last period out, so: sv addip 111.222.333
Title: Re: sv addip <ip>
Post by: Matze on February 24, 2006, 06:19:50 PM
Thanks to both of you.