Post: Why doesn't the work
04-26-2016, 11:31 PM #1
Saber_JZY
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); I'm trying to give god mode to k9's I spawn,I'm using " k9.health = 999999; " but it's not working.
Any help is greatly appreciated.
(adsbygoogle = window.adsbygoogle || []).push({});
04-27-2016, 09:29 PM #2
JustFuSiOn
Are you high?
Originally posted by JZY View Post
I'm trying to give god mode to k9's I spawn,I'm using " k9.health = 999999; " but it's not working.
Any help is greatly appreciated.


k9.maxhealth = 999999;
k9.health = k9.maxhealth;
while(k9.health < k9.maxhealth)
{
k9.health = k9.maxhealth
}
05-01-2016, 08:31 AM #3
Saber_JZY
Bounty hunter
Originally posted by JustFuSiOn View Post
k9.maxhealth = 999999;
k9.health = k9.maxhealth;
while(k9.health < k9.maxhealth)
{
k9.health = k9.maxhealth
}


Thank you for the reply,but this did not work for me,I even changed " k9 " to " dog " but no progress.
05-01-2016, 09:20 AM #4
JustFuSiOn
Are you high?
Originally posted by JZY View Post
Thank you for the reply,but this did not work for me,I even changed " k9 " to " dog " but no progress.


You could maybe try:

dog enableinvulnerability();

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo