How to read 3 ranges from an IP? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to read 3 ranges from an IP? (
/showthread.php?tid=165813)
How to read 3 ranges from an IP? -
KennethRandall - 06.08.2010
How to read 3 ranges from an IP that is in samp.ban - I want to create an anti banevade :P
Help me if you can
Re: How to read 3 ranges from an IP? -
RyDeR` - 06.08.2010
I don't think it's possible to get it from samp.ban.
You should create a file and write all IP's which are banned in there.
Once you got that, use split function to split those things and just use the first 3 arrays and merge them in a string.
Other ways are also available but this is easy because the function does everything.
Re: How to read 3 ranges from an IP? -
willsuckformoney - 06.08.2010
basically a tempban right?