How To add a whitelist towards the Sprunk Buster - 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 add a whitelist towards the Sprunk Buster (
/showthread.php?tid=94634)
How To add a whitelist towards the Sprunk Buster -
Mr187 - 31.08.2009
Now i am having a pain in the ass with Sprunk buster.
Ive tried this kinda code into it
Quote:
for(new q; q<2; q++)
{
if(strcmp(ip, IPs[q], true) == 0)
|
Quote:
new IPs[2][] = {
"IP",
"IP"
};
|
yet no matter what, the IP's i add are still being banned, not a big problem for me just you know some players are level 20 and such in my server playing for ages, and get bs like "hacked way back on other server" and been loyal to ours, so i don't want them to just feel like oh yeah this is in now so no more playing. and Fresh isnt around at the minute, so trying to do it myself, ain't the best scripter so.. i dunno hopefully can get some help.
Re: How To add a whitelist towards the Sprunk Buster -
Danny_Costelo - 31.08.2009
Are you sure it's even possible to have a whitelist with sprunkbuster?
Re: How To add a whitelist towards the Sprunk Buster -
Mr187 - 31.08.2009
Quote:
Originally Posted by 0xF29323
Are you sure it's even possible to have a whitelist with sprunkbuster?
|
Well i figured out a way for it. so never mind, just needa add calls to the IPs you want to not be banned on onplayerconnect, thanks to woet for telling me this or i wouldnt of figured it out.