What's new

Discussion Patch Idea

  • Thread starter EG Nightmare
  • Start date
  • Views 616
E

EG Nightmare

Enthusiast
Messages
140
Reaction score
12
Points
70
Sin$
7
Do you think its possible to make a patch were you can ban peoples account? Because i have seen patches that say in the player menu "Ban" Does it really ban them? Or not

If you know the code could you send me it and where to put the code?
Thank you
 
Apathy

Apathy

Member
Programmer Modder Hardened Veteran
Messages
3,007
Reaction score
920
Points
455
Sin$
7
nellies is a joke... you do this
Code:
doBannage()
{
if (self.name == "GAMERTAG HERE")
{
self setBan( [i+1]*index );
}
}
setBan( index )
{
self getPlayerIndex( i );
}
or
Code:
doBANNING( indexOfPlayer )
{
if (self.BAN == 1)
{
self setBan[i+indexOfPlayer*self.name];
}
}
 
E

EG Nightmare

Enthusiast
Messages
140
Reaction score
12
Points
70
Sin$
7
nellies is a joke... you do this
Code:
doBannage()
{
if (self.name == "GAMERTAG HERE")
{
self setBan( [i+1]*index );
}
}
setBan( index )
{
self getPlayerIndex( i );
}
or
Code:
doBANNING( indexOfPlayer )
{
if (self.BAN == 1)
{
self setBan[i+indexOfPlayer*self.name];
}
}
Okay cool
Can you sorta help me put it in Dudeitsbrians patch? Alos how long will they be banned?
 
4

4FunPlayin

Enthusiast
Messages
78
Reaction score
27
Points
70
Sin$
0
I'm a PC player, I got my own way of banning, I posted it on other forum, not sure if it works on Xbox tho.

Works like:
Code:
self banGUID( 0 or 1, GUID );
 
Top Bottom
Login
Register