Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
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 5.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.
  • ak.comundefined Offline
    ak.comundefined Offline
    ak.com
    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
          • ak.comundefined ak.com

            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

                  Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                  Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                  With your input, this post could be even better 💗

                  Register Login
                  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
                  • Unread 0
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups