SA-MP Forums Archive
Command - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Command (/showthread.php?tid=108323)



Command - smoker08 - 13.11.2009

Hiya,

While doing a few tests in my server today we found out that the /god commands doesn't work anymore. Cause a few days back i noticed the same thing but that SetPlayerHealth doesn't allow a number more than 100, cause my settings back in 0.2x was like this SetPlayerHealth(playerid,50000);... So im just asking if this is gonna be changed int he next update or should i just make a timer loop or something

AF1


Re: Command - Donuts - 13.11.2009

I think they changed that for some reason & they'll not remove it.


Re: Command - (.Aztec); - 13.11.2009

Quote:
Originally Posted by AF1-4-LIFE
Hiya,

While doing a few tests in my server today we found out that the /god commands doesn't work anymore. Cause a few days back i noticed the same thing but that SetPlayerHealth doesn't allow a number more than 100, cause my settings back in 0.2x was like this SetPlayerHealth(playerid,50000);... So im just asking if this is gonna be changed int he next update or should i just make a timer loop or something

AF1
Just set their health to 100 in a one second timer, and nope, does not work. ^_^


Re: Command - smoker08 - 13.11.2009

Quote:
Originally Posted by sizeof(Sky));
Quote:
Originally Posted by AF1-4-LIFE
Hiya,

While doing a few tests in my server today we found out that the /god commands doesn't work anymore. Cause a few days back i noticed the same thing but that SetPlayerHealth doesn't allow a number more than 100, cause my settings back in 0.2x was like this SetPlayerHealth(playerid,50000);... So im just asking if this is gonna be changed int he next update or should i just make a timer loop or something

AF1
Just set their health to 100 in a one second timer, and nope, does not work. ^_^
Lol just what i thought, thanks guys