Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [OUTDATED] VanillasTS Server-Side Trickshot menu

[OUTDATED] VanillasTS Server-Side Trickshot menu

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
gscservertrickshot
41 Posts 16 Posters 13.9k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Sorexundefined Offline
    Sorexundefined Offline
    Sorex
    Contributor
    wrote on last edited by Sorex
    #1

    VanillasTS is not supported anymore, read the following:

    VanillasTS is outdated and got replaced with VanityTS a much more generic trickshot mod menu compatible for more then just BO2. Go to https://github.com/DoktorSAS/VanityTS to know more about the project

    VanillasTS Menu

    Edited by DoktorSAS
    The menu base creator is CMT Frosty

    Given the increase of users in this period I decided to make a small gift to the community. This menu is a very simple menu for a Vanilla Trickshot server. Everything is configurable through the cfg file. Just set the information in the cfg and everything will work properly.

    The menu is based on the CMT Frosty menu base. A very nice and very simple menu. Every code in the menu can be found online. You can find all these codes on the forums, including the Plutonium forum. Making a mod in GSC for Black ops II takes a few minutes. Practically everything can be found online. I built this menu to allow everyone to play a private game with friends without players bothering or ruining the games. In fact, a Trickshot Vanilla server doesn't add anything special to the server. By Vanilla I mean a slight modification of the original game. Nothing more nothing less. Super Wallbangs, flags and the ability to trickshot from 1000m will never be implemented on this menu, because in fact these fetures are not vanilla and make no sense to be implemented.

    VanillasTS Features

    The server is equipped with many of the basic features, and is also equipped with a system for the management of rank that does not imply the recompilation of the mod. In fact just edit the cfg to give or remove a rank.

    6f91089a-548f-4e48-91e0-b10ef6d12f9b-image.png

    Preview

    VanillasTS

    How to use it Tutorial

    The menu is very simple to configure in fact you'll just have to download the file vanillasts-compiled.gsc and put it in BlackOps2ServerFolder\t6r\data\maps\mp\gametypes\.
    After that you just have to add to your dedicated.cfg the following lines of code. If you want to modify it you can download the source code and do whatever you want with it.

    What to add to dedicated.cfg?

    Add these lines of code and you're done, you don't even need to recompile the code.

    ////////////////////////////////////////////////////////////////////////////////////////////////////
    //  DoktorSAS VanillasTS Trickshot Menu
    //  Twitter: @DoktorSAS
    //  Report any bugs under the right post on the forum
    ////////////////////////////////////////////////////////////////////////////////////////////////////
    
    /////////////////////////////////////////////////////
    //                                                                    
    // List of valid colors:                                      
    //                                                                  
    /////////////////////////////////////////////////////
    //    1. "red"                                                 
    //    2. "orange"                                            
    //    3. "yellow"                                              
    //    4. "purple"                                              
    //    5. "pink"                                                
    //    6. "cyan"                                                
    //    7. "blue"                                                 
    //    8. "light blue"                                     
    //    9. "green"                                                
    //    10. "light green"                                       
    //    11. "black"    
    //    12. "white"                                          
    /////////////////////////////////////////////////////
    
    set menu_color "cyan"
    
    /////////////////////////////////////////////////////
    //  To set a player rank just add the GUID of the players                                                                   
    //   in the right dvar, the remember to add a space                                 
    //    between each guid or it will not work                                                              
    /////////////////////////////////////////////////////
    
    // exemple -> set vips_list "GUID1 GUID2 GUID3" 
    set vips_list ""
    set admins_list ""
    set superadmins_list ""
    set owners_list ""
    
    set min_distance_to_hit 10 // Min distance in meters to hit a shot
    set low_barrier 1 // 1 for low barriers and 0 for now lower barriers
    set kills_for_last 5 // Kills needed to be at last, with 0 player will be set instant to last
    set ground_hit 0 // 1 to enable trickshot on ground, 0 to disable trickshot on ground
    
    

    Direct Download VanillasTS

    Press on this to download the VanillasTS

    Source Code VanillasTS

    Press on this to download the VanillasTS Source Code

    Suggestions or Bugs

    If you want anything added or if you find any bugs please write under this post. I'll fix all the bugs and if the proposed suggestions are valid I'll implement your suggestions too.

    Jaayundefined Roachhhundefined struzidundefined christ4undefined 5 Replies Last reply
    1
    • Scriptoundefined Offline
      Scriptoundefined Offline
      Scripto
      wrote on last edited by
      #2

      how do you get rid of god mode when u open the menu ?

      mikzyundefined 1 Reply Last reply
      0
      • Scriptoundefined Scripto

        how do you get rid of god mode when u open the menu ?

        mikzyundefined Offline
        mikzyundefined Offline
        mikzy
        Banned
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • Sorexundefined Sorex

          VanillasTS is not supported anymore, read the following:

          VanillasTS is outdated and got replaced with VanityTS a much more generic trickshot mod menu compatible for more then just BO2. Go to https://github.com/DoktorSAS/VanityTS to know more about the project

          VanillasTS Menu

          Edited by DoktorSAS
          The menu base creator is CMT Frosty

          Given the increase of users in this period I decided to make a small gift to the community. This menu is a very simple menu for a Vanilla Trickshot server. Everything is configurable through the cfg file. Just set the information in the cfg and everything will work properly.

          The menu is based on the CMT Frosty menu base. A very nice and very simple menu. Every code in the menu can be found online. You can find all these codes on the forums, including the Plutonium forum. Making a mod in GSC for Black ops II takes a few minutes. Practically everything can be found online. I built this menu to allow everyone to play a private game with friends without players bothering or ruining the games. In fact, a Trickshot Vanilla server doesn't add anything special to the server. By Vanilla I mean a slight modification of the original game. Nothing more nothing less. Super Wallbangs, flags and the ability to trickshot from 1000m will never be implemented on this menu, because in fact these fetures are not vanilla and make no sense to be implemented.

          VanillasTS Features

          The server is equipped with many of the basic features, and is also equipped with a system for the management of rank that does not imply the recompilation of the mod. In fact just edit the cfg to give or remove a rank.

          6f91089a-548f-4e48-91e0-b10ef6d12f9b-image.png

          Preview

          VanillasTS

          How to use it Tutorial

          The menu is very simple to configure in fact you'll just have to download the file vanillasts-compiled.gsc and put it in BlackOps2ServerFolder\t6r\data\maps\mp\gametypes\.
          After that you just have to add to your dedicated.cfg the following lines of code. If you want to modify it you can download the source code and do whatever you want with it.

          What to add to dedicated.cfg?

          Add these lines of code and you're done, you don't even need to recompile the code.

          ////////////////////////////////////////////////////////////////////////////////////////////////////
          //  DoktorSAS VanillasTS Trickshot Menu
          //  Twitter: @DoktorSAS
          //  Report any bugs under the right post on the forum
          ////////////////////////////////////////////////////////////////////////////////////////////////////
          
          /////////////////////////////////////////////////////
          //                                                                    
          // List of valid colors:                                      
          //                                                                  
          /////////////////////////////////////////////////////
          //    1. "red"                                                 
          //    2. "orange"                                            
          //    3. "yellow"                                              
          //    4. "purple"                                              
          //    5. "pink"                                                
          //    6. "cyan"                                                
          //    7. "blue"                                                 
          //    8. "light blue"                                     
          //    9. "green"                                                
          //    10. "light green"                                       
          //    11. "black"    
          //    12. "white"                                          
          /////////////////////////////////////////////////////
          
          set menu_color "cyan"
          
          /////////////////////////////////////////////////////
          //  To set a player rank just add the GUID of the players                                                                   
          //   in the right dvar, the remember to add a space                                 
          //    between each guid or it will not work                                                              
          /////////////////////////////////////////////////////
          
          // exemple -> set vips_list "GUID1 GUID2 GUID3" 
          set vips_list ""
          set admins_list ""
          set superadmins_list ""
          set owners_list ""
          
          set min_distance_to_hit 10 // Min distance in meters to hit a shot
          set low_barrier 1 // 1 for low barriers and 0 for now lower barriers
          set kills_for_last 5 // Kills needed to be at last, with 0 player will be set instant to last
          set ground_hit 0 // 1 to enable trickshot on ground, 0 to disable trickshot on ground
          
          

          Direct Download VanillasTS

          Press on this to download the VanillasTS

          Source Code VanillasTS

          Press on this to download the VanillasTS Source Code

          Suggestions or Bugs

          If you want anything added or if you find any bugs please write under this post. I'll fix all the bugs and if the proposed suggestions are valid I'll implement your suggestions too.

          Jaayundefined Offline
          Jaayundefined Offline
          Jaay
          wrote on last edited by
          #4

          Sorex Add Meter Script ANTI KILL ON GROUND

          1 Reply Last reply
          0
          • Sorexundefined Offline
            Sorexundefined Offline
            Sorex
            Contributor
            wrote on last edited by
            #5

            Jaay

            • Added Meters counter
            • Add enable and disable hit on ground
            1 Reply Last reply
            0
            • H3X1Cundefined Offline
              H3X1Cundefined Offline
              H3X1C
              Plutonium Staff
              wrote on last edited by
              #6

              I am not sure if you asked CMT Frosty's permission to use his code, but anyway I edited your post and added a credits section. When using other peoples work it's important to give clear credit.

              1 Reply Last reply
              1
              • Sorexundefined Offline
                Sorexundefined Offline
                Sorex
                Contributor
                wrote on last edited by
                #7

                H3X1C
                I gived Credits to him
                If you read the first part of the message you be redirect to the menu base video.
                786e5389-bddc-44c2-bcb3-19972fc7aa8e-image.png
                As you can see from the images i did not removed Created by CMT Frosty.
                I never said I created it. I wrote that it is a menu based on CMT Frosty and made available for the Plutonium community. All the code inside comes from online source code. Within the source code are links that refer you to the sources.

                H3X1Cundefined 1 Reply Last reply
                0
                • Sorexundefined Sorex

                  H3X1C
                  I gived Credits to him
                  If you read the first part of the message you be redirect to the menu base video.
                  786e5389-bddc-44c2-bcb3-19972fc7aa8e-image.png
                  As you can see from the images i did not removed Created by CMT Frosty.
                  I never said I created it. I wrote that it is a menu based on CMT Frosty and made available for the Plutonium community. All the code inside comes from online source code. Within the source code are links that refer you to the sources.

                  H3X1Cundefined Offline
                  H3X1Cundefined Offline
                  H3X1C
                  Plutonium Staff
                  wrote on last edited by H3X1C
                  #8

                  Yep I know, just refer to my previous statement:

                  When using other peoples work it's important to give clear credit.

                  1 Reply Last reply
                  2
                  • Sorexundefined Offline
                    Sorexundefined Offline
                    Sorex
                    Contributor
                    wrote on last edited by
                    #9

                    H3X1C
                    Just for you i put the credits on the top
                    7dff435f-772e-4899-ae3e-6e00c76299ad-image.png
                    I don't like give credits on the bottom of the post. I hope now is Clear

                    1 Reply Last reply
                    0
                    • H3X1Cundefined Offline
                      H3X1Cundefined Offline
                      H3X1C
                      Plutonium Staff
                      wrote on last edited by H3X1C
                      #10

                      That is fine. Please don't take this as a personal attack which it is not but this is common curtesy / etiquette when using other peoples work especially if you didn't get permission. I hope you understand it's not as you put it just for you implying me. There is a terrible culture when it comes to cod mods of stealing other peoples work without permission and not crediting, on Plutonium we don't want this so it's best to set a good example by clearly labelling credit which you now have 🙂

                      I appreciate your contribution and it looks good! However I don't appreciate the attitude I got from your responses. I will leave it there as I don't want to further derail this thread. Please contact me on the discord if you wish to discuss further.

                      1 Reply Last reply
                      5
                      • Sorexundefined Sorex

                        VanillasTS is not supported anymore, read the following:

                        VanillasTS is outdated and got replaced with VanityTS a much more generic trickshot mod menu compatible for more then just BO2. Go to https://github.com/DoktorSAS/VanityTS to know more about the project

                        VanillasTS Menu

                        Edited by DoktorSAS
                        The menu base creator is CMT Frosty

                        Given the increase of users in this period I decided to make a small gift to the community. This menu is a very simple menu for a Vanilla Trickshot server. Everything is configurable through the cfg file. Just set the information in the cfg and everything will work properly.

                        The menu is based on the CMT Frosty menu base. A very nice and very simple menu. Every code in the menu can be found online. You can find all these codes on the forums, including the Plutonium forum. Making a mod in GSC for Black ops II takes a few minutes. Practically everything can be found online. I built this menu to allow everyone to play a private game with friends without players bothering or ruining the games. In fact, a Trickshot Vanilla server doesn't add anything special to the server. By Vanilla I mean a slight modification of the original game. Nothing more nothing less. Super Wallbangs, flags and the ability to trickshot from 1000m will never be implemented on this menu, because in fact these fetures are not vanilla and make no sense to be implemented.

                        VanillasTS Features

                        The server is equipped with many of the basic features, and is also equipped with a system for the management of rank that does not imply the recompilation of the mod. In fact just edit the cfg to give or remove a rank.

                        6f91089a-548f-4e48-91e0-b10ef6d12f9b-image.png

                        Preview

                        VanillasTS

                        How to use it Tutorial

                        The menu is very simple to configure in fact you'll just have to download the file vanillasts-compiled.gsc and put it in BlackOps2ServerFolder\t6r\data\maps\mp\gametypes\.
                        After that you just have to add to your dedicated.cfg the following lines of code. If you want to modify it you can download the source code and do whatever you want with it.

                        What to add to dedicated.cfg?

                        Add these lines of code and you're done, you don't even need to recompile the code.

                        ////////////////////////////////////////////////////////////////////////////////////////////////////
                        //  DoktorSAS VanillasTS Trickshot Menu
                        //  Twitter: @DoktorSAS
                        //  Report any bugs under the right post on the forum
                        ////////////////////////////////////////////////////////////////////////////////////////////////////
                        
                        /////////////////////////////////////////////////////
                        //                                                                    
                        // List of valid colors:                                      
                        //                                                                  
                        /////////////////////////////////////////////////////
                        //    1. "red"                                                 
                        //    2. "orange"                                            
                        //    3. "yellow"                                              
                        //    4. "purple"                                              
                        //    5. "pink"                                                
                        //    6. "cyan"                                                
                        //    7. "blue"                                                 
                        //    8. "light blue"                                     
                        //    9. "green"                                                
                        //    10. "light green"                                       
                        //    11. "black"    
                        //    12. "white"                                          
                        /////////////////////////////////////////////////////
                        
                        set menu_color "cyan"
                        
                        /////////////////////////////////////////////////////
                        //  To set a player rank just add the GUID of the players                                                                   
                        //   in the right dvar, the remember to add a space                                 
                        //    between each guid or it will not work                                                              
                        /////////////////////////////////////////////////////
                        
                        // exemple -> set vips_list "GUID1 GUID2 GUID3" 
                        set vips_list ""
                        set admins_list ""
                        set superadmins_list ""
                        set owners_list ""
                        
                        set min_distance_to_hit 10 // Min distance in meters to hit a shot
                        set low_barrier 1 // 1 for low barriers and 0 for now lower barriers
                        set kills_for_last 5 // Kills needed to be at last, with 0 player will be set instant to last
                        set ground_hit 0 // 1 to enable trickshot on ground, 0 to disable trickshot on ground
                        
                        

                        Direct Download VanillasTS

                        Press on this to download the VanillasTS

                        Source Code VanillasTS

                        Press on this to download the VanillasTS Source Code

                        Suggestions or Bugs

                        If you want anything added or if you find any bugs please write under this post. I'll fix all the bugs and if the proposed suggestions are valid I'll implement your suggestions too.

                        Roachhhundefined Offline
                        Roachhhundefined Offline
                        Roachhh
                        wrote on last edited by
                        #11

                        Sorex how do you open the menu

                        1 Reply Last reply
                        0
                        • Sorexundefined Sorex

                          VanillasTS is not supported anymore, read the following:

                          VanillasTS is outdated and got replaced with VanityTS a much more generic trickshot mod menu compatible for more then just BO2. Go to https://github.com/DoktorSAS/VanityTS to know more about the project

                          VanillasTS Menu

                          Edited by DoktorSAS
                          The menu base creator is CMT Frosty

                          Given the increase of users in this period I decided to make a small gift to the community. This menu is a very simple menu for a Vanilla Trickshot server. Everything is configurable through the cfg file. Just set the information in the cfg and everything will work properly.

                          The menu is based on the CMT Frosty menu base. A very nice and very simple menu. Every code in the menu can be found online. You can find all these codes on the forums, including the Plutonium forum. Making a mod in GSC for Black ops II takes a few minutes. Practically everything can be found online. I built this menu to allow everyone to play a private game with friends without players bothering or ruining the games. In fact, a Trickshot Vanilla server doesn't add anything special to the server. By Vanilla I mean a slight modification of the original game. Nothing more nothing less. Super Wallbangs, flags and the ability to trickshot from 1000m will never be implemented on this menu, because in fact these fetures are not vanilla and make no sense to be implemented.

                          VanillasTS Features

                          The server is equipped with many of the basic features, and is also equipped with a system for the management of rank that does not imply the recompilation of the mod. In fact just edit the cfg to give or remove a rank.

                          6f91089a-548f-4e48-91e0-b10ef6d12f9b-image.png

                          Preview

                          VanillasTS

                          How to use it Tutorial

                          The menu is very simple to configure in fact you'll just have to download the file vanillasts-compiled.gsc and put it in BlackOps2ServerFolder\t6r\data\maps\mp\gametypes\.
                          After that you just have to add to your dedicated.cfg the following lines of code. If you want to modify it you can download the source code and do whatever you want with it.

                          What to add to dedicated.cfg?

                          Add these lines of code and you're done, you don't even need to recompile the code.

                          ////////////////////////////////////////////////////////////////////////////////////////////////////
                          //  DoktorSAS VanillasTS Trickshot Menu
                          //  Twitter: @DoktorSAS
                          //  Report any bugs under the right post on the forum
                          ////////////////////////////////////////////////////////////////////////////////////////////////////
                          
                          /////////////////////////////////////////////////////
                          //                                                                    
                          // List of valid colors:                                      
                          //                                                                  
                          /////////////////////////////////////////////////////
                          //    1. "red"                                                 
                          //    2. "orange"                                            
                          //    3. "yellow"                                              
                          //    4. "purple"                                              
                          //    5. "pink"                                                
                          //    6. "cyan"                                                
                          //    7. "blue"                                                 
                          //    8. "light blue"                                     
                          //    9. "green"                                                
                          //    10. "light green"                                       
                          //    11. "black"    
                          //    12. "white"                                          
                          /////////////////////////////////////////////////////
                          
                          set menu_color "cyan"
                          
                          /////////////////////////////////////////////////////
                          //  To set a player rank just add the GUID of the players                                                                   
                          //   in the right dvar, the remember to add a space                                 
                          //    between each guid or it will not work                                                              
                          /////////////////////////////////////////////////////
                          
                          // exemple -> set vips_list "GUID1 GUID2 GUID3" 
                          set vips_list ""
                          set admins_list ""
                          set superadmins_list ""
                          set owners_list ""
                          
                          set min_distance_to_hit 10 // Min distance in meters to hit a shot
                          set low_barrier 1 // 1 for low barriers and 0 for now lower barriers
                          set kills_for_last 5 // Kills needed to be at last, with 0 player will be set instant to last
                          set ground_hit 0 // 1 to enable trickshot on ground, 0 to disable trickshot on ground
                          
                          

                          Direct Download VanillasTS

                          Press on this to download the VanillasTS

                          Source Code VanillasTS

                          Press on this to download the VanillasTS Source Code

                          Suggestions or Bugs

                          If you want anything added or if you find any bugs please write under this post. I'll fix all the bugs and if the proposed suggestions are valid I'll implement your suggestions too.

                          Roachhhundefined Offline
                          Roachhhundefined Offline
                          Roachhh
                          wrote on last edited by
                          #12

                          Sorex so I figured out how to use the menu and everything but I had it working 1 game and now when I try to start my server it doesn’t work and the game thinks I’m a bot.

                          Roachhhundefined 1 Reply Last reply
                          0
                          • Roachhhundefined Roachhh

                            Sorex so I figured out how to use the menu and everything but I had it working 1 game and now when I try to start my server it doesn’t work and the game thinks I’m a bot.

                            Roachhhundefined Offline
                            Roachhhundefined Offline
                            Roachhh
                            wrote on last edited by
                            #13

                            Roachhh I tried changing the scripts a little but nothing happened

                            1 Reply Last reply
                            0
                            • Sorexundefined Offline
                              Sorexundefined Offline
                              Sorex
                              Contributor
                              wrote on last edited by
                              #14

                              Roachhh Look the video tutorial

                              Roachhhundefined 2 Replies Last reply
                              0
                              • Sorexundefined Sorex

                                Roachhh Look the video tutorial

                                Roachhhundefined Offline
                                Roachhhundefined Offline
                                Roachhh
                                wrote on last edited by
                                #15

                                Sorex I did everything and it still won’t work still makes me unverified

                                1 Reply Last reply
                                0
                                • Sorexundefined Sorex

                                  Roachhh Look the video tutorial

                                  Roachhhundefined Offline
                                  Roachhhundefined Offline
                                  Roachhh
                                  wrote on last edited by
                                  #16

                                  Sorex everyone is in godmode and I can’t do anything is the guid my in game name or what?

                                  1 Reply Last reply
                                  0
                                  • Sorexundefined Offline
                                    Sorexundefined Offline
                                    Sorex
                                    Contributor
                                    wrote on last edited by
                                    #17

                                    Roachhh
                                    The guid is not your in game name. If you open the menu there GUID options who print you on bottom left the guid. Is the same of iw4m

                                    Roachhhundefined 1 Reply Last reply
                                    0
                                    • Sorexundefined Sorex

                                      Roachhh
                                      The guid is not your in game name. If you open the menu there GUID options who print you on bottom left the guid. Is the same of iw4m

                                      Roachhhundefined Offline
                                      Roachhhundefined Offline
                                      Roachhh
                                      wrote on last edited by
                                      #18

                                      Sorex yes i have my guid and when i put it in the area im supposed to it doesnt let me open the menu in my server only custom games.

                                      1 Reply Last reply
                                      0
                                      • Sorexundefined Sorex

                                        VanillasTS is not supported anymore, read the following:

                                        VanillasTS is outdated and got replaced with VanityTS a much more generic trickshot mod menu compatible for more then just BO2. Go to https://github.com/DoktorSAS/VanityTS to know more about the project

                                        VanillasTS Menu

                                        Edited by DoktorSAS
                                        The menu base creator is CMT Frosty

                                        Given the increase of users in this period I decided to make a small gift to the community. This menu is a very simple menu for a Vanilla Trickshot server. Everything is configurable through the cfg file. Just set the information in the cfg and everything will work properly.

                                        The menu is based on the CMT Frosty menu base. A very nice and very simple menu. Every code in the menu can be found online. You can find all these codes on the forums, including the Plutonium forum. Making a mod in GSC for Black ops II takes a few minutes. Practically everything can be found online. I built this menu to allow everyone to play a private game with friends without players bothering or ruining the games. In fact, a Trickshot Vanilla server doesn't add anything special to the server. By Vanilla I mean a slight modification of the original game. Nothing more nothing less. Super Wallbangs, flags and the ability to trickshot from 1000m will never be implemented on this menu, because in fact these fetures are not vanilla and make no sense to be implemented.

                                        VanillasTS Features

                                        The server is equipped with many of the basic features, and is also equipped with a system for the management of rank that does not imply the recompilation of the mod. In fact just edit the cfg to give or remove a rank.

                                        6f91089a-548f-4e48-91e0-b10ef6d12f9b-image.png

                                        Preview

                                        VanillasTS

                                        How to use it Tutorial

                                        The menu is very simple to configure in fact you'll just have to download the file vanillasts-compiled.gsc and put it in BlackOps2ServerFolder\t6r\data\maps\mp\gametypes\.
                                        After that you just have to add to your dedicated.cfg the following lines of code. If you want to modify it you can download the source code and do whatever you want with it.

                                        What to add to dedicated.cfg?

                                        Add these lines of code and you're done, you don't even need to recompile the code.

                                        ////////////////////////////////////////////////////////////////////////////////////////////////////
                                        //  DoktorSAS VanillasTS Trickshot Menu
                                        //  Twitter: @DoktorSAS
                                        //  Report any bugs under the right post on the forum
                                        ////////////////////////////////////////////////////////////////////////////////////////////////////
                                        
                                        /////////////////////////////////////////////////////
                                        //                                                                    
                                        // List of valid colors:                                      
                                        //                                                                  
                                        /////////////////////////////////////////////////////
                                        //    1. "red"                                                 
                                        //    2. "orange"                                            
                                        //    3. "yellow"                                              
                                        //    4. "purple"                                              
                                        //    5. "pink"                                                
                                        //    6. "cyan"                                                
                                        //    7. "blue"                                                 
                                        //    8. "light blue"                                     
                                        //    9. "green"                                                
                                        //    10. "light green"                                       
                                        //    11. "black"    
                                        //    12. "white"                                          
                                        /////////////////////////////////////////////////////
                                        
                                        set menu_color "cyan"
                                        
                                        /////////////////////////////////////////////////////
                                        //  To set a player rank just add the GUID of the players                                                                   
                                        //   in the right dvar, the remember to add a space                                 
                                        //    between each guid or it will not work                                                              
                                        /////////////////////////////////////////////////////
                                        
                                        // exemple -> set vips_list "GUID1 GUID2 GUID3" 
                                        set vips_list ""
                                        set admins_list ""
                                        set superadmins_list ""
                                        set owners_list ""
                                        
                                        set min_distance_to_hit 10 // Min distance in meters to hit a shot
                                        set low_barrier 1 // 1 for low barriers and 0 for now lower barriers
                                        set kills_for_last 5 // Kills needed to be at last, with 0 player will be set instant to last
                                        set ground_hit 0 // 1 to enable trickshot on ground, 0 to disable trickshot on ground
                                        
                                        

                                        Direct Download VanillasTS

                                        Press on this to download the VanillasTS

                                        Source Code VanillasTS

                                        Press on this to download the VanillasTS Source Code

                                        Suggestions or Bugs

                                        If you want anything added or if you find any bugs please write under this post. I'll fix all the bugs and if the proposed suggestions are valid I'll implement your suggestions too.

                                        struzidundefined Offline
                                        struzidundefined Offline
                                        struzid
                                        wrote on last edited by
                                        #19

                                        Sorex how did you get dedicated.cfg? i dont have it

                                        1 Reply Last reply
                                        0
                                        • Baiterundefined Offline
                                          Baiterundefined Offline
                                          Baiter
                                          wrote on last edited by
                                          #20

                                          can you get vip in this yourself? ive tried putting my guid in the dedicated config and i still cant get vip

                                          1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • 1
                                          • 2
                                          • 3
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups
                                          • Donate