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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. NEED TO SEND MESSAGE HIT DISTANCE

NEED TO SEND MESSAGE HIT DISTANCE

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
5 Posts 3 Posters 119 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.
  • Codgogo_undefined Offline
    Codgogo_undefined Offline
    Codgogo_
    wrote on last edited by
    #1
    This post is deleted!
    Cahzundefined 1 Reply Last reply
    0
    • Ace_rinundefined Offline
      Ace_rinundefined Offline
      Ace_rin
      wrote on last edited by
      #2

      what do you need help with exactly

      Codgogo_undefined 1 Reply Last reply
      0
      • Codgogo_undefined Offline
        Codgogo_undefined Offline
        Codgogo_
        replied to Ace_rin on last edited by
        #3

        @lastroninn i need to do that when i kill tu last guy they put me a message.
        I do it but for the first kill like this :

        self waittill( "spawned_player" );
        if(getDvarInt("kills_for_last") != 0){
        	kills = getDvarInt("kills_for_last");
        	if(kills == 1)
        		self iprintlnbold("You need ^1" + kills + " ^1kill ^7to reach ^1Last");
        	else
        		self iprintlnbold("You need ^1" + kills + " ^1kills ^7to reach ^1Last");
        	while(self.pers["kills"] < kills){
        		wait 0.05;
        	}
        	self freezecontrols(true);
        	self iprintlnbold("You are at ^1Last");
        	wait 1;
        	self freezecontrols(false);
        
        1 Reply Last reply
        0
        • Cahzundefined Offline
          Cahzundefined Offline
          Cahz VIP
          replied to Codgogo_ on last edited by
          #4

          Codgogo_ Check here

          Codgogo_undefined 1 Reply Last reply
          0
          • Codgogo_undefined Offline
            Codgogo_undefined Offline
            Codgogo_
            replied to Cahz on last edited by
            #5

            Cahz thanks my man

            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