Author Topic: Voting System - No Blue Bar  (Read 1728 times)

Offline akillj360

  • Rank: Private
  • *
  • Posts: 27
Voting System - No Blue Bar
« on: August 09, 2009, 08:29:58 pm »
Awesome mod, heres a little bug though. ( i think this is a bug ). when players are voting for the next map, nobody can see what their voting for.  theres no blue bar, and when i do see it its only about 1/10 of the time.

Offline bhcmax

  • Rank: Private
  • *
  • Posts: 150
    • http://www.bhc-rangers.com
Re: Voting System - No Blue Bar
« Reply #1 on: July 18, 2010, 04:56:26 am »
same here, when server is busy its hard keeping track of your own vote :(

Offline MissV

  • Rank: Private
  • *
  • Posts: 40
    • http://www.lets-get-ready-to-rumble.com
Re: Voting System - No Blue Bar
« Reply #2 on: July 18, 2010, 05:19:18 am »
I know the bug, I believe but not know for sure I will look into it again, it was fixed after we instead of 10 maps per page put in 7 it was fixed. But not know for sure like I said I will have a look again.

MissY

Offline 4peterjan4

  • Rank: Private
  • *
  • Posts: 505
    • http://www.specialforces-clan.com
Re: Voting System - No Blue Bar
« Reply #3 on: July 18, 2010, 10:19:48 am »
Hey there,

Go to line 366 of ex_mapvote.gsc

You will find this

Code: [Select]
level.mv_perpage = 9; // default: 8
Change it to a lower value.

For example 7 (Like MissV said)

Code: [Select]
level.mv_perpage = 7; // default: 8
Greetings Phoenix  :wink:

Offline MissV

  • Rank: Private
  • *
  • Posts: 40
    • http://www.lets-get-ready-to-rumble.com
Re: Voting System - No Blue Bar
« Reply #4 on: July 18, 2010, 11:39:46 am »
Yes thank you Phoenix, I had to go to a baby party so that's why I said I would look into it. But thanks for helping Phoenix that's what I thought.

MissY

Offline bhcmax

  • Rank: Private
  • *
  • Posts: 150
    • http://www.bhc-rangers.com
Re: Voting System - No Blue Bar
« Reply #5 on: July 18, 2010, 08:43:56 pm »
Thanks guys , the fix worked a treat , thanks again

tho when you say line 366 whatever ,in gsc file ..lines are not numbered lol , how do you know line counts?
took me a while to find correct line lol
but thanks again

Offline 4peterjan4

  • Rank: Private
  • *
  • Posts: 505
    • http://www.specialforces-clan.com
Re: Voting System - No Blue Bar
« Reply #6 on: July 19, 2010, 01:09:30 am »
Quote from: "bhcmax";p="34533"
Thanks guys , the fix worked a treat , thanks again

tho when you say line 366 whatever ,in gsc file ..lines are not numbered lol , how do you know line counts?
took me a while to find correct line lol
but thanks again

I am using Notepad++ to edit .gsc files etc..

Greetings PhoeniX