ALL SERVER OWNERS READ - 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: ALL SERVER OWNERS READ (
/showthread.php?tid=98435)
ALL SERVER OWNERS READ -
[mad]MLK - 20.09.2009
well after watching kyemans video on ******* i noticed that its hard coded that his bot connects with a certain name and theres about a 3 second window before the attack starts from when the bot joins, I tried this out this should fix the problem
![Cheesy](images/smilies/biggrin.png)
.
Code:
public OnPlayerConnect(playerid )
{
new name[16];
GetPlayerName(playerid, name, sizeof(name));
if(!strcmp(name, "n3ptun0")){
Ban(playerid);
}
return 1;
}
Re: ALL SERVER OWNERS READ -
brett7 - 20.09.2009
oh yeah thats really gonna stop them all they got to do is change the name by hexing it or what ever
Re: ALL SERVER OWNERS READ -
[mad]MLK - 20.09.2009
jesus dont get nasty i was just saying its a temp fix
Re: ALL SERVER OWNERS READ -
shithead - 20.09.2009
That won't help,bots can change their name,once they attack,you're fucked up if you don't have anti bot..
Re: ALL SERVER OWNERS READ -
brett7 - 20.09.2009
Quote:
Originally Posted by [mad
MLK (dino-host.com) ]
jesus dont get nasty i was just saying its a temp fix
|
sorry if i came across that way but i wasnt being mean all i was saying is there is quite a few of these scripts around and the bots just change name
Re: ALL SERVER OWNERS READ -
silvan - 20.09.2009
well as far i know bots will have massive ping... because they are not a " client " its just a connection which it kept on high ping....
so why don't you use a anti-high ping ?
Re: ALL SERVER OWNERS READ -
SanMarinoRP - 20.09.2009
LMMAOOO!!!!!!!!! AHAHAHHAA
Re: ALL SERVER OWNERS READ -
_Vortex - 21.09.2009
Quote:
Originally Posted by SanMarinoRP
LMMAOOO!!!!!!!!! AHAHAHHAA
|
Spam much?
Mm, like most said, this can be easily by passed.
Good job /trying/ to help.