Post: [RELEASE] My first cod4 script check it out
08-28-2012, 06:09 AM #1
(adsbygoogle = window.adsbygoogle || []).push({});
    Tell_Health()
{
self endon( "death" );
for(;Winky Winky
{
while (self.health < self.maxhealth)
{
iprintln(self.health);
self.health++;
wait 0.5;
}
wait 0.5;
}
}


So what this does it will tell you what your health is when you lose health as in like if you get hurt it will keep updating your health on screen until it hits 100 again. This should work on all cods, but I only tested it on cod4 please don't hate I know it's small, but hey it's something new.
Last edited by SupermanModsV4 ; 10-16-2012 at 10:37 PM.

The following 7 users say thank you to SupermanModsV4 for this useful post:

Choco, forflah123, Callumeleyy, Kush Friendly, Simple-_-Modz, Taylor, xRaW

The following 2 users groaned at SupermanModsV4 for this awful post:

247Yamato, TOM DAINTY
10-16-2012, 03:11 PM #56
Correy
I'm the Original
Originally posted by superman123123 View Post
    Tell_Health()
{
for(;Winky Winky
{
while (self.health < self.maxhealth)
{
iprintln(self.health);
self.health++;
wait 0.5;
}
wait 0.5;
}
}


So what this does it will tell you what your health is when you lose health as in like if you get hurt it will keep updating your health on screen until it hits 100 again. This should work on all cods, but I only tested it on cod4 please don't hate I know it's small, but hey it's something new.


add..
    
self endon( "death" );


or it will print from previous deaths Smile
10-16-2012, 10:36 PM #57
Thank you Correy Upside Down Happy haha

The following user thanked SupermanModsV4 for this useful post:

Correy

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo