Page 1 of 1

VOTING PROBLEM!

Posted: December 28th, 2005, 5:34 pm
by Pedsdude
OK, people were complaining about kickvotes, and then they were complaining about not being able to vote new map. Choose which ones you want set to 1 ;)

// Voting
set scr_allow_vote "0"
set g_allowvote "0"
set ui_allowvote "0"
set g_oldVoting "0"

Posted: December 28th, 2005, 9:37 pm
by Lisa
I think someone needs to make a script where excessive voters (ie: players who continuously request to change maps when their previous vote(s) have failed) get kicked for a certain period of time. Afterall, if you don't like the map then you can go to another server.

Nothing more annoying than some clown continuously wanting to change maps :!:

Posted: December 28th, 2005, 10:16 pm
by leveller
// 1.5 features
set g_deadChat "1"
set g_allowVoteKick "0"
set g_allowVoteMap "1"
set g_allowVoteMapRestart "1"
set g_allowVoteMapRotate "1"
set g_allowVoteTempBanUser "0"
set g_allowVoteTypeMap "1"
set g_allowVoteDrawFriend "0"
set g_allowVoteFriendlyFire "0"
set g_allowVoteKillCam "0"

i think that will do.

i have been thinking about making a new version for the akk mod, that punishes ppl for using the vote next map, etc to often.
just need to find out how i'm going to do that.

and maybe, add a function button, that gives future jumpers, a written text with an explenation on how to strafe jump and do some trick jumps, so you can keep jumping, instead of having to stop and explain for the 10e time in a single map,
on how they shoulds do a certain jump.

Posted: December 28th, 2005, 10:42 pm
by Luke
I think peds was talking about CoD 2,
set ui_allowvote "0"
set g_oldVoting "0"
Haven't seen those ones in cod so they must be for cod 2?

Posted: December 28th, 2005, 10:57 pm
by Lisa
leveller wrote:
i have been thinking about making a new version for the akk mod, that punishes ppl for using the vote next map, etc to often.
just need to find out how i'm going to do that.
Excellent...knew we could count on you :D

Which ever COD peds meant, it should/needs to be implemented for both don't cha think Luke?

Posted: December 28th, 2005, 11:39 pm
by Drofder2004
leveller wrote: i have been thinking about making a new version for the akk mod, that punishes ppl for using the vote next map, etc to often.
just need to find out how i'm going to do that.

and maybe, add a function button, that gives future jumpers, a written text with an explenation on how to strafe jump and do some trick jumps, so you can keep jumping, instead of having to stop and explain for the 10e time in a single map,
on how they shoulds do a certain jump.
I cannot remember the mod but it was possible a CoDam plugin (maybe not though) and it had a feature where the vote could only be done once every 30 seconds. Example...

If someone votes map change to carentan and the vote ends up being a no result, then map changing is disabled for 30 seconds.

I'm sure thats possible using...

If (vote == map)
{
g_allowvote 0
wait 30
g_allowvote 1
}

Obviously thats not the real scripting for it, but I guess you understand where I'm going :P
If you need any help I dont mind helping out but from what I have seen you are better at scripting than I am :P

If I remember the mod then I will post it up.

Posted: December 29th, 2005, 12:13 am
by leveller
kk sorry about the cod2 part.

come to think of it, my first sortlike akk mod was a codam version, i think i still have it lying around some where.
prob only need to do few ajustments in getting the code to work in the akk mod.

Posted: December 29th, 2005, 5:40 am
by Drofder2004
Personally I dont like CoDams wau of scripting, its real weird with all the plugins and registering them etc.

My clan says they believe it was one of the CoDam plugins but cannot remember exact details.

Posted: January 1st, 2006, 3:12 pm
by Pedsdude
We still haven't solved the cod2 server problem :P Which ones should be set to 1?