SA-MP Forums Archive
Junkbuster Help - 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)
+--- Thread: Junkbuster Help (/showthread.php?tid=313008)



Junkbuster Help - N0FeaR - 23.01.2012

How to unban ppl from junkbuster me and my friend test junkbuster and he get banned i cant unban i say

Ec Junkbuster: Could not unban IP 85.227.130.130


Re: Junkbuster Help - fiki574 - 23.01.2012

Delete "samp.ban" file!


Re: Junkbuster Help - N0FeaR - 23.01.2012

I see but if i only want unban one person ? then cus if i delet all get unbanned


Re: Junkbuster Help - [ABK]Antonio - 23.01.2012

Open it with notepad and find their ip / name and delete that line


Re: Junkbuster Help - Oh - 23.01.2012

Login to rcon
/rcon unbanip ip

example
/rcon unbanip 125.234.234.2

then type /rcon reloadbans


Re: Junkbuster Help - N0FeaR - 23.01.2012

One more thing. can i make so ppl not need rcon login to using junkbuster /tban?


Re: Junkbuster Help - Saurik - 24.01.2012

Quote:
Originally Posted by N0FeaR
View Post
One more thing. can i make so ppl not need rcon login to using junkbuster /tban?
Yes you can by linking your admin system with junkbuster.


Re: Junkbuster Help - Guest9328472398472 - 24.01.2012

Yes, you can make it that way for variable "RconAttempt"


Re: Junkbuster Help - N0FeaR - 24.01.2012

I make this but not work what i do wrong

Code:
}
public IsPlayerAdminCall (playerid)
{
	return (PlayerInfo[playerid][pAdmin] >= 2);



Re: Junkbuster Help - Guest9328472398472 - 24.01.2012

Isn't the return suppose to be at the end then the closing bracket, for ex.

pawn Code:
(your coding)

   return 1;
}