SA-MP Forums Archive
[FilterScript] SAMP-BANS Example Filterscript - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] SAMP-BANS Example Filterscript (/showthread.php?tid=274111)

Pages: 1 2 3 4


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
View Post
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
View Post
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
View Post
link isa dead
No dip Sherlock.