How to change server name on JunkBuster
#1

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..
Reply
#2

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

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)
Reply
#4

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;
}
Reply
#5

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)
Reply
#6

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

still no answer please help me
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)