View Full Version : votekicking
hayton2k3
11th October 2007, 14:31
when i start to votekick a hacker i votekick their name or number and my name is up for votekick instead of theirs and i get kicked how is that?
it only does this when i know their hacking
when its a normal person it vote kicks them,
what and how is this?
Dominator.
11th October 2007, 15:32
Ermm...this is a hackforum, why u want to votekick a hacker ?
Tho about the 'problem' i dont know, since i never kick ppl :/
SmokeZ
11th October 2007, 17:21
function ServerVoteKick(string PlayerName, int iReason) {
if (PlayerName == "") {
if ( !Level.Game.ActiveVote()) {
ClientShowVotekickInstructions();
return;
}
Level.Game.CastVote(PlayerReplicationInfo);
} else {
if (iReason == 5) {
Level.Game.InitiateVoteRequest(PlayerReplicationIn fo,PlayerReplicationInfo.PlayerName,"Player is complaining about campers");
} else {
Level.Game.InitiateVoteRequest(PlayerReplicationIn fo,PlayerName,GetReason(iReason));
}
}
}
as you can see if the reason is 5 it will votekick yourself, because 5(CAMPING) is part of the game (at least AA thinks so).
so this has nothing to do with a hack, just give a proper reason and it should work ;p
RisenSoldie
11th October 2007, 17:33
If you votekick someone for camping it returns the vote on yourself. Hence dont type votekick <player ID / Username> 5 i think it is...
edit*** what smoke said
hayton2k3
11th October 2007, 18:27
thanks,i know its a hack forum but yous might of knew if it was a hack doing this
T0m
11th October 2007, 20:27
well if you are trying to votekick other hackers...you are incredibly lame.
answered and closed~
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.