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

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [Release] Show Player Health Zombies

[Release] Show Player Health Zombies

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
15 Posts 7 Posters 3.1k 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.
  • Kalitosundefined Offline
    Kalitosundefined Offline
    Kalitos
    replied to Fedello on last edited by
    #6

    Fedello Paste here all the code of your script without compiling.

    1 Reply Last reply
    1
    • Fedelloundefined Offline
      Fedelloundefined Offline
      Fedello
      wrote on last edited by
      #7

      I finally got it to work XD

      healthPlayer()
      {
      	self endon("disconnect");
      	
      	if ( isDefined ( self.healthText ) )
      		return;
      	
      	self iPrintln("Estas entrando en TOXICITY GALLEGO");
      	self iprintln( "Sin limite de Perks, empiezas con 2500, Precio Caja: 500, Contador Zombis, HUD de Vida: "+ self.health);
      	
      	self.healthText = createServerFontString("Objective" , 1.7);
      	self.healthText setPoint("CENTER", "BOTTOM", 0, "CENTER");
      	
      	while(true)
      	{
      		self.healthText setText( "^2VIDA: ^7"+ self.health);
      		wait 0.5;
      	}
      }
      
      Kalitosundefined 1 Reply Last reply
      0
      • Kalitosundefined Offline
        Kalitosundefined Offline
        Kalitos
        replied to Fedello on last edited by
        #8

        Fedello Do not use "createServerFontString", SINCE THIS WILL MAKE EACH PLAYER SEE EVERYONE'S LIFE OVER THE SAME, instead you should use "createFontString" which is for each client.

        1 Reply Last reply
        1
        • Fedelloundefined Offline
          Fedelloundefined Offline
          Fedello
          wrote on last edited by Fedello
          #9

          Kalitos Exactly, yesterday I tried it with a friend and this happened to me. I'll try like you told me. Thank you very much: D

          1 Reply Last reply
          0
          • 77zundefined Offline
            77zundefined Offline
            77z
            replied to Ashton Biehl on last edited by
            #10

            Ashton Biehl Hello, i want help
            Where do I put this script?

            hindercanrunundefined 1 Reply Last reply
            0
            • hindercanrunundefined Offline
              hindercanrunundefined Offline
              hindercanrun
              replied to 77z on last edited by
              #11

              77z plutonium\storage\t6\scripts\zm

              77zundefined 1 Reply Last reply
              0
              • 77zundefined Offline
                77zundefined Offline
                77z
                replied to hindercanrun on last edited by
                #12

                hindercanrun I mean create a .gsc file and put words in it?

                hindercanrunundefined 1 Reply Last reply
                0
                • hindercanrunundefined Offline
                  hindercanrunundefined Offline
                  hindercanrun
                  replied to 77z on last edited by
                  #13

                  77z make a txt then rename it to gsc then edit it

                  Midnight_starryundefined 1 Reply Last reply
                  0
                  • JoseCuhundefined Offline
                    JoseCuhundefined Offline
                    JoseCuh
                    replied to Ashton Biehl on last edited by
                    #14

                    Ashton Biehl donde encuentro eso?

                    1 Reply Last reply
                    0
                    • JoseCuhundefined Offline
                      JoseCuhundefined Offline
                      JoseCuh
                      wrote on last edited by
                      #15

                      no se si podrian explicarme paso a paso porfa no le entiendo

                      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