SA-MP Forums Archive
How to change server name on JunkBuster - 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: How to change server name on JunkBuster (/showthread.php?tid=368848)



How to change server name on JunkBuster - xtreamer - 14.08.2012

Hi there all of you.

I have a problem on my server.
I use the JunkBuster as an anticheat.

But there is a problem.

I can't change the name of the server on junkbuster filterscript.

It should be Vibeplay: xtreamer was kicked for command spam.

Instead it shows: AladLife: xtreamer was kicked for command spam.

Server Names used here as used as an example I am not making any advertising.

Do you know how to change this?

I only have , on my gamemode, the #include<JunkBuster> but I don't know where is this include..


Re: How to change server name on JunkBuster - xtreamer - 14.08.2012

I know this should be easy but I really can't find it where do I have to modify the servername..


Re: How to change server name on JunkBuster - Godfather[TR] - 14.08.2012

I think you cant since this is include. If it is filterscript, open the jb fs, and to these
Ctrl + f

Write the servers name (not all the whole name, just a bit)

And you should see then.

Ohh btw, if it is inc, then i think you cant, but try anyway by opening the inc with notepad, and looking for the name, by searching with ctrl + f

If ive helped hou, please rep me (i need it really much)


Re: How to change server name on JunkBuster - xtreamer - 14.08.2012

I can open the inc, but there is no name, it just uses constants like this:
public JB_Kick(playerid,reason[])
{
if(IsPlayerConnected(playerid))
{
new string[128];
format(string,sizeof(string),"~r~Kick notification:~n~%s",reason);
GameTextForPlayer(playerid,string,60000,4);

TogglePlayerControllable(playerid,false);
JB_SendFormattedMessageToAll(RED,"VibePlay: Kicking player '%s'. Reason: %s",ReturnPlayerName(playerid),reason);
JB_LogEx("%s (%s) has been kicked for %s.",ReturnPlayerName(playerid),ReturnPlayerIp(pla yerid),reason);
Kick(playerid);
return 1;
}
return 0;
}


Re: How to change server name on JunkBuster - Godfather[TR] - 14.08.2012

allright, add my msn, and i will connect your pc by teamviewer (securely remote access, if you got no idea, add my msn and i will tell you all about teamviewer).

NOTE: the teamviewer access password, changes into random 4 numbers password, so it is a firewall secure remote access.

my msn

muha-mmed97@hotmail.com (add me)


Re: How to change server name on JunkBuster - xtreamer - 14.08.2012

I added your id, waiting4u to answer...
Meanwhile if anyone has any idea of how to solve this, please reply


Re: How to change server name on JunkBuster - xtreamer - 14.08.2012

still no answer please help me