• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Request] get full hp after kill in finalstand
#1
Is it possible to get full hp after a kill in finalstand or something like that?
Please explain or post a code snip if it's possible.
  Reply
#2
Defenitly is possible, but can you explain your idea more, do you mean like, I am in last stand, so my health is like 1HP, I kill somebody, and now I get full hp? (Do I still stay in last stand or do I get up?)

please be more detailed but it defenitly is possible
--
  Reply
#3
Ohh ok sorry...

i want that the player who killed an other in laststand get up angain with full or half life somethink like that

Edit:
I play around with the _laststand.gsc and found a function that do this here is my result...
Code:
Comeback()
{
    self endon("disconnect");

    for(;;) {
        self waittill("killed_a_player");        
        
        if(self.laststand != undefined) {
            
            self.thisPlayerIsInLastStand = false;    
            self thread maps\mp\_laststand::takePlayerOutOfLastStand();
        }
    }
}
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Sentry Gun kill = Player kill Snake 8 5,415 11-07-2013, 13:41
Last Post: Nekochan
  !kill Plugin Hallla 1 2,386 09-07-2013, 22:30
Last Post: axel-le-meilleur
  Help About kill cam Howl3r 3 2,459 08-03-2013, 03:57
Last Post: Howl3r
  Help Insta kill possible? koro35 10 6,019 11-27-2012, 16:10
Last Post: 99IRock
  [Release] iPaddie Full Camo Pack iPaddie 52 38,869 11-20-2012, 06:12
Last Post: DidUknowiPwn
  [Request] !kill hillbilly 7 4,490 09-30-2012, 17:10
Last Post: OzonE
  [Request] Rankup sound on kill hillbilly 12 6,384 09-16-2012, 11:08
Last Post: Ich1994
  [Request] Disable Friendly Fire and Enable Kill Cam on hardcore mode. Dumas 15 9,950 09-10-2012, 14:45
Last Post: OzonE
  [Release] Kill Confirmed - BO - BetaV0.2 rotceh_dnih 32 18,490 08-23-2012, 06:57
Last Post: rotceh_dnih
  [Request] Kill strike Dogs xsfd 3 2,698 08-18-2012, 11:41
Last Post: xsfd

Forum Jump:


Users browsing this thread: 1 Guest(s)