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

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. ZM- raygun mark2 + semtex on spawn

ZM- raygun mark2 + semtex on spawn

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
8 Posts 7 Posters 3.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • undefined Offline
    undefined Offline
    way2sexy
    wrote on Jul 26, 2024, 5:56 AM last edited by
    #1

    second script i made.

    semtex only equips on maps that have them.

    how to use in game↓

    WIN+R : %localappdata% -> search plutonium, storage, t6, scripts, zm.
    create the folder if you cannot find the folder scripts or zm.

    #include maps\mp\zombies\_zm_utility;
    #include maps\mp_utility;
    #include common_scripts\utility;
    #include maps\mp\gametypes_zm_hud_util;
    #include maps\mp\gametypes_zm_hud_message;
    #include maps\mp\zombies\_zm_weapons;
    
    init()
    {
    	level thread onplayerconnect();
    }
    
    onplayerconnect()
    {
    	for(;;)
    	{
    		level waittill("connected", player);
    		player thread onplayerspawned();
    	}
    }
    
    onplayerspawned()
    {
    	self endon("disconnect");
    	for(;;)
    	{
    		self waittill("spawned_player");
    		self giveweapon("raygun_mark2_zm");
    		self switchtoweapon("raygun_mark2_zm");
    		self takeweapon(self get_player_lethal_grenade());
    		self set_player_lethal_grenade("sticky_grenade_zm");
    		self giveweapon(self get_player_lethal_grenade());
    		self setweaponammoclip(self get_player_lethal_grenade(), 4);
    	}
    }
    
    undefined 1 Reply Last reply Aug 2, 2024, 4:20 PM
    4
    • undefined Offline
      undefined Offline
      French_Player
      wrote on Jul 26, 2024, 10:06 PM last edited by
      #2

      i will test both of your mods tomorrow and i will tell you if it works goodnight
      (12:06 AM)

      undefined 1 Reply Last reply Jul 27, 2024, 4:55 PM
      0
      • undefined Offline
        undefined Offline
        French_Player
        replied to French_Player on Jul 27, 2024, 4:55 PM last edited by French_Player Jul 27, 2024, 7:57 PM
        #3

        okay so both of your scripts works great so you did a great job for your first and second scripts

        1 Reply Last reply
        0
        • undefined Offline
          undefined Offline
          SVD-Dragunov
          wrote on Aug 1, 2024, 1:16 PM last edited by
          #4

          Appreciate this script big time actually, never knew I needed something like this till now ^_^

          1 Reply Last reply
          0
          • undefined Offline
            undefined Offline
            Tzi_Alv
            replied to way2sexy on Aug 2, 2024, 4:20 PM last edited by
            #5
            This post is deleted!
            1 Reply Last reply
            0
            • undefined Offline
              undefined Offline
              Mitulazo777
              wrote on Oct 23, 2024, 1:38 AM last edited by
              #6

              What name do I give to the file?

              1 Reply Last reply
              0
              • undefined Offline
                undefined Offline
                ZAPlord
                wrote on Jan 14, 2025, 8:17 PM last edited by
                #7

                i keep getting waiting for other players when this script is ran

                undefined 1 Reply Last reply Jan 14, 2025, 10:28 PM
                0
                • undefined Offline
                  undefined Offline
                  DirkRockface Contributor
                  replied to ZAPlord on Jan 14, 2025, 10:28 PM last edited by
                  #8

                  ZAPlord
                  that's because you edit the script and broke it. (based on your post in the discord)

                  you removed key parts that make it work.

                  1 Reply Last reply
                  0

                  • Login

                  • Don't have an account? Register

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