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

Plutonium

Sorexundefined

Sorex

@Sorex
Contributor
About
Posts
696
Topics
34
Shares
0
Groups
1
Followers
160
Following
0

Posts

Recent Best Controversial

  • Plutonium server key page concept:)
    Sorexundefined Sorex

    Slxxpy
    Can you dm me on twitter or tag me on plutonium discord? I'm under the name DoktorSAS not Sorex

    I suck at ui design and development and i would like to make a few tools for my website. If you can dm me somewhere i will explain to you what i want make.

    General Discussion

  • does the banking system work in bo2
    Sorexundefined Sorex

    redx10hall
    The bank values should save on your stats but most of the server use a custom chat bank that allow to desposit and withdraw money by using chat commands.

    BO2 Client Support

  • [Release] Black ops II Mapvote for Zombies and Multiplayer
    Sorexundefined Sorex

    Sosuu
    If you look at the guide is writtend how to do that there.

    To add support for multiple gametypes you need to edit the dvar like that :

    set mv_gametypes "dm;freeforall.cfg war;mycustomtdm.cfg"
    

    dm is the g_gametype and freeforall.cfg is the custom file to execute if you want set specific setting for that gamemode.

    BO2 Modding Releases & Resources gsc gsc script mapvote

  • Plutonium server key page concept:)
    Sorexundefined Sorex

    Slxxpy
    Approved for me!
    Clean design.

    General Discussion

  • Suspected Cheating
    Sorexundefined Sorex

    tomtheboss9 Another command to just change xp, setplayerstat should be called

    General Discussion

  • Suspected Cheating
    Sorexundefined Sorex

    tomtheboss9 There is a button to do the unlockall and be max prestige instant. There is also a command for that if you type \unlockall in console you will unlock all

    General Discussion

  • [OUTDATED] BO2 Custom Classes + Custom Classes Tool Generator
    Sorexundefined Sorex

    NOTE:

    This its not made to replace your classes, this tool just generate a GSC code that "gsc modders" can use to build custom classes to give. Its just a tool use full for coders not for trickshotters.

    BO2 Modding Releases & Resources

  • this player is using aimbot .. warning because plutonium did not detect it
    Sorexundefined Sorex

    mike no ike
    Thats was the worst argument i ever seen.

    1. The username is related to the forum name.
    2. Probably the client can allow a name longer then 16 char.
    3. The client is made on the free time from cool devs.

    The user name its not a proof of anything. The staff is asking for a clip or a demo file of the game.

    General Discussion

  • [MP] Modern Warfare 3 Mapvote
    Sorexundefined Sorex

    Xerxes said in [MP] Modern Warfare 3 Mapvote:

    wasLastRound

    wasLastRound() return true when if its 1 round gamemode. From what i saw on BO2 wasLastRound() work fine also on not round based gamemoded because not round based gamemode have only one round and because of that wasLastRound() return true and should work fine.

    Idk if in iw5 work different. I need to test it again to verify that

    MW3 Modding Releases & Resources

  • [MP] Modern Warfare 3 Mapvote
    Sorexundefined Sorex

    Xerxes said in [MP] Modern Warfare 3 Mapvote:

    Firstly the detection of if the game is over or not is unreliable there as endgame is used for the halftime and overtime and its not round based.

    I suppose it could be related to this weird checks. I suggest to try what i use on BO2 and IW5 for mapvotes.

    This check work fine and i never run into issues. Since my mapvote is not GSC but is .menu i did not test it to much.

    So, try to emulate my logic and see if work.

    2e34838b-7dfd-49c4-bf57-a442e81d962b-image.png

    MW3 Modding Releases & Resources

  • [Release] Black ops II Mapvote for Zombies and Multiplayer
    Sorexundefined Sorex

    Matheus14Silva
    This issue seems unrelated to the mapvote. Could be related to others mods/script are you loading or it could e caused by a wrong full setup of any of this mods/script and server configuration.

    If you can prove that its caused by the mapvote i will look into it.

    BO2 Modding Releases & Resources gsc gsc script mapvote

  • Ranking and bank script
    Sorexundefined Sorex

    Skwll Not at all

    Both can be made with a read and write files.

    Bank chat is on Mikz github and on my Github. The ranking system is private code of other server owners.

    You can use IW4M or NSM if you feel you need it.

    BO2 Modding Support & Discussion

  • [ZM] Script works not for all players in lobby.
    Sorexundefined Sorex

    qnda said in [ZM] Script works not for all players in lobby.:

    connected

    It all wrong.

    connected is the function who handle player connection and onConnect is the function who handle player spawned. You are doing the opposite of what you are suppouse to do.

    BO2 Modding Support & Discussion

  • Removing bots perks and guns to replace them with our choice in mp
    Sorexundefined Sorex

    zFast
    The "bot" is "player", when you spawn a bot the bot get connected (so in the level waittill( "connected",player) the player can be a bot).

    Call a method onbotconnect do not change how the game behave. The bot spawn and act like a normal player.

    There is no such a thing as "spawn_bot" but there is "spawn_player". You can use that and check if its a bot by looking and the variable pers["isBot"]

    Like this

    onbotconnect(){
       
    	for ( ;; )
            {  
    	        level waittill( "connected", player);
                    if(isDefined(player.pers["isBot"]) && player.pers["isBot"])
                    {
                            player thread onbotspawned();
                    }
        
            }
    }
    
    BO2 Modding Support & Discussion

  • Need help with bank script
    Sorexundefined Sorex

    Riginex
    That check is made to prevent money duping. Is weird that not allow you do get money when you are not in that mode.

    You should not be able to get money also when you are down. This checks are mede to prevent some money dupe methods.

    BO2 Modding Support & Discussion

  • Kill Streak! [Video]
    Sorexundefined Sorex

    The absolute worst attempt.

    Watch the video

    General Discussion

  • Banned for using plutoniums gsc loading.
    Sorexundefined Sorex

    DynamiteElf

    Dude, the anticheat do not ban you if you load the mod in the way intended by plutonium.

    You 100% used an injector and that make you ban, there no other reason.

    General Discussion

  • Banned for using plutoniums gsc loading.
    Sorexundefined Sorex

    DynamiteElf
    What is "plutoniums custom gsc loader"? I don't get what that is.

    Plutonium do not provide any tool to load gsc because the gsc loading system is builded in the client. You just need to put the files in the correct place.

    https://plutonium.pw/docs/modding/loading-mods/

    General Discussion

  • Bo2 trickshot mods (private trickshotting)
    Sorexundefined Sorex

    VanillasTS

    Basic trickshot mod menu with alredy setupped things for ffa trickshot

    https://forum.plutonium.pw/topic/7747/release-vanillasts-server-side-trickshot-menu?_=1664530992354

    BO2 Modding Support & Discussion

  • [Release] Black ops II Mapvote for Zombies and Multiplayer
    Sorexundefined Sorex

    @CamouflageLvCat The issue is just an issue on war translation, on bo2 the g_gametype is called tdm but the gsc code have a translation error. If you download the code not from the release section the code will not have that issue.

    BO2 Modding Releases & Resources gsc gsc script mapvote
  • 1 / 1
  • Login

  • Don't have an account? Register

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