Results 1 to 10 of 10

Thread: [HELP] Not working map_vote even not next map...

  1. #1
    Private
    Join Date
    Feb 2016
    Posts
    13
    Thanks
    9
    Thanked 3 Times in 3 Posts

    [HELP] Not working map_vote even not next map...

    Hello i have mod zombie mod by neo , all its working only not mapvote or map rotation..

    I will show u my server.cfg,and _mapvote.gsc and more...

    SERVER.CFG(link to pastebin...)

    _MAPVOTE.GSC(link to pastebin again...)

    So the problem is when map end it dont do map_Vote or even change map its again the same (vansbysix...)
    If u need more files just respong

    Thanks for help

  2. #2
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    do you "load" the votemap in zom script?

  3. #3
    Private
    Join Date
    Feb 2016
    Posts
    13
    Thanks
    9
    Thanked 3 Times in 3 Posts
    Quote Originally Posted by Ni3ls View Post
    do you "load" the votemap in zom script?
    Thanks for respond, i don't know i am not modder/scripter , i just have this mod from my friend and i translated it but on his server like 3 yrs ago it was working i don't know how to ,,load" it? But the vote script is 2nd problem because even when end map it don't load nextmap but the same..

  4. #4
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Open zom.gsc

    in main()
    {
    (first part )
    add
    Code:
    	thread maps\mp\gametypes\_mapvote::Init();
    Then scroll down untill you see
    endMap()
    {

    add
    Code:
    	maps\mp\gametypes\_mapvote::Initialize();

  5. #5
    Private
    Join Date
    Feb 2016
    Posts
    13
    Thanks
    9
    Thanked 3 Times in 3 Posts
    Quote Originally Posted by Ni3ls View Post
    Open zom.gsc

    in main()
    {
    (first part )
    add
    Code:
    	thread maps\mp\gametypes\_mapvote::Init();
    Then scroll down untill you see
    endMap()
    {

    add
    Code:
    	maps\mp\gametypes\_mapvote::Initialize();
    I have server.gsc not zom.gsc, i added the in main() what u said , in endmap i had it - i will send my full server.gsc...

    Server.gsc(pastebin)

    (Do you have skype or something? i can show u all files or w/e if u want help me thanks)
    (if u wanna try server ip is cod2.karelbalata.xyz:28961)
    Last edited by lamakak; 11th February 2016 at 18:33. Reason: ip

  6. #6
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Just add what i said to server.gsc then. I will not check all ur code

  7. #7
    Private
    Join Date
    Feb 2016
    Posts
    13
    Thanks
    9
    Thanked 3 Times in 3 Posts
    Quote Originally Posted by Ni3ls View Post
    Just add what i said to server.gsc then. I will not check all ur code
    i added and its still not working :/

  8. #8
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Add to your server.cfg and change what you want
    Code:
    set scr_map_vote 1
    set scr_map_vote_time 15
    set scr_map_vote_replay 1

  9. The Following User Says Thank You to Ni3ls For This Useful Post:

    lamakak (12th February 2016)

  10. #9
    Private First Class
    Join Date
    Oct 2013
    Posts
    219
    Thanks
    56
    Thanked 105 Times in 66 Posts
    I'll quote IzNoGod; "Does not work" is an error report for a bug between keyboard and chair.

    Another user expecting us to do everything for him. Shouldn't post here unless you have some sort of programming knowledge or at-least some experience debugging.

  11. #10
    Private
    Join Date
    Feb 2016
    Posts
    13
    Thanks
    9
    Thanked 3 Times in 3 Posts
    Quote Originally Posted by Ni3ls View Post
    Add to your server.cfg and change what you want
    Code:
    set scr_map_vote 1
    set scr_map_vote_time 15
    set scr_map_vote_replay 1
    Thanks that helped now it's working +1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •