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.7k Views 1 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.
  • way2sexyundefined Offline
    way2sexyundefined Offline
    way2sexy
    wrote on 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);
    	}
    }
    
    Tzi_Alvundefined 1 Reply Last reply
    5
    • French_Playerundefined Offline
      French_Playerundefined Offline
      French_Player
      wrote on last edited by
      #2

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

      French_Playerundefined 1 Reply Last reply
      0
      • French_Playerundefined French_Player

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

        French_Playerundefined Offline
        French_Playerundefined Offline
        French_Player
        wrote on last edited by French_Player
        #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
        • SVD-Dragunovundefined Offline
          SVD-Dragunovundefined Offline
          SVD-Dragunov
          wrote on last edited by
          #4

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

          1 Reply Last reply
          0
          • way2sexyundefined way2sexy

            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);
            	}
            }
            
            Tzi_Alvundefined Offline
            Tzi_Alvundefined Offline
            Tzi_Alv
            wrote on last edited by
            #5
            This post is deleted!
            1 Reply Last reply
            0
            • Mitulazo777undefined Offline
              Mitulazo777undefined Offline
              Mitulazo777
              wrote on last edited by
              #6

              What name do I give to the file?

              1 Reply Last reply
              0
              • ZAPlordundefined Offline
                ZAPlordundefined Offline
                ZAPlord
                wrote on last edited by
                #7

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

                DirkRockfaceundefined 1 Reply Last reply
                0
                • ZAPlordundefined ZAPlord

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

                  DirkRockfaceundefined Offline
                  DirkRockfaceundefined Offline
                  DirkRockface
                  Contributor
                  wrote on 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
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

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