Re: SAMP-BANS Example Filterscript - 
Deathlane -  19.04.2013
Quote:
| 
					Originally Posted by ProShooter22  hey when i ban someone it just says -server closed the coonection it should say the player and players why they banned? and other stuff? | 
 That's the 0.3x bug, I prefer you to make a DelayedKick. You may search it around the forums. I don't exactly know where it is.
Re: SAMP-BANS Example Filterscript - 
JaKe Elite -  19.04.2013
Quote:
| 
					Originally Posted by MarcObeles20  That's the 0.3x bug, I prefer you to make a DelayedKick. You may search it around the forums. I don't exactly know where it is. | 
 First of all. That's not a bug.
Second yeah create a delayed kick.
Marc.
Kick just blocks the message from being sent.
I guess Kalcor added something in Kick.
Re: SAMP-BANS Example Filterscript - 
Frede -  19.04.2013
Hmmmm nice
Re: SAMP-BANS Example Filterscript - 
ProShooter22 -  20.04.2013
Quote:
| 
					Originally Posted by MarcObeles20  Exactly, that's what I said. I believe Kalcor won't do such a thing to bug this. | 
 so i should add delay kick for this how to do it 
 
Re: SAMP-BANS Example Filterscript - 
Lordzy -  20.04.2013
Quote:
| 
					Originally Posted by ProShooter22  so i should add delay kick for this how to do it   | 
 If you meant to kick anyone, use a timer to delay it.
Here's an example:
pawn Code:
new LoggedIn[MAX_PLAYERS];
public OnPlayerSpawn(playerid)
{
 if(LoggedIn[playerid] != 1)) return SetTimerEx("KICK", 500, false, "d", playerid);
 return 1;
}
forward KICK(playerid);
public KICK(playerid)
{
 Kick(playerid);
 return 1;
}
//Or if you want a function which performs as kick function (with delay)
stock L_Kick(playerid)
{
 SetTimerEx("KICK", 500, false, "d", playerid); //Performs a kick after 500ms.
 return 1;
}
 
Not tested but I guess it works.
OT: Seems pretty nice. 
 
Re: SAMP-BANS Example Filterscript - 
foxswal -  24.04.2013
download link dosent work.
Re: SAMP-BANS Example Filterscript - 
foxswal -  24.04.2013
2 post
Re: SAMP-BANS Example Filterscript - 
Skyrise -  24.04.2013

 He isn't exactly going to fix it.
Re: SAMP-BANS Example Filterscript - 
tboysamp -  26.04.2013
it works good
Re: SAMP-BANS Example Filterscript - 
M3HR4N -  11.07.2013
it seems it closed down :
test : samp-bans.com
Forbidden
You don't have permission to access / on this server.
Re: SAMP-BANS Example Filterscript - 
FatherTr -  10.08.2014
link isa dead
Re: SAMP-BANS Example Filterscript - 
JacobEdwards -  11.08.2014
Quote:
| 
					Originally Posted by FatherTr  link isa dead | 
 No dip Sherlock.