SetPlayerSkillLevel Health suggestion -
T-N-Z - 17.01.2014
Not sure if this worth posting again, if it's not mods can remove this.
I am suggesting to update SetPlayerSkillLevel, so it could include health skill/stats. Since 0.3z shooting is very easy, 3 hits with Desert Deagle kills you.
SetPlayerSkillLevel(playerid, MAX_HEALTH, 200);
I know that I can give armor to a player to solve that, but in GTA: San Andreas you can have more then 100 Health, when you progress through game, health bar expands, and in the end, you can have 100% more health then in the beggining. Since this update is more focused on DM, maybe someone would find this function usefull.
Re: SetPlayerSkillLevel Health suggestion -
MP2 - 17.01.2014
You can always handle damage manually using OnPlayerTakeDamage.
Re: SetPlayerSkillLevel Health suggestion -
Lordzy - 17.01.2014
As it's shown on the picture, you got more HP. That's easy by hiding the current HP bar and designing a new one and then increase player's HP more than 100.
AW: Re: SetPlayerSkillLevel Health suggestion -
Mellnik - 17.01.2014
Quote:
Originally Posted by Lordz™
As it's shown on the picture, you got more HP. That's easy by hiding the current HP bar and designing a new one and then increase player's HP more than 100.
|
What if the player has a modded hud?
Re: SetPlayerSkillLevel Health suggestion -
0x41726d79 - 17.01.2014
he want bar level large lol, u can script that without a function.
Re: AW: Re: SetPlayerSkillLevel Health suggestion -
Mauzen - 17.01.2014
Quote:
Originally Posted by Mellnik
What if the player has a modded hud?
|
Guys with all misplaced health bars are rare enough to ignore them. They should be aware that samp doesnt support mods, so why should servers?
Re: SetPlayerSkillLevel Health suggestion -
T-N-Z - 17.01.2014
Quote:
Originally Posted by 0x41726d79
he want bar level large lol, u can script that without a function.
|
No, I wanted players to have ability to have more health then they supposed to, I am not asking for just a bigger health bar to be displayed on my hud.
Re: SetPlayerSkillLevel Health suggestion -
Riddick94 - 17.01.2014
Quote:
Originally Posted by 0x41726d79
he want bar level large lol, u can script that without a function.
|
Who's gonna move weapon icons (in hud) up, if I make my health bar longer? Should be added, but in 0.4 version. Remember people, 0.3z is a fixing version and security.
Re: SetPlayerSkillLevel Health suggestion -
T-N-Z - 17.01.2014
Quote:
Originally Posted by Riddick94
Who's gonna move weapon icons (in hud) up, if I make my health bar longer? Should be added, but in 0.4 version. Remember people, 0.3z is a fixing version and security.
|
Shouldn't it move up by default? I don't see what problems that would cause since this thing is in San Andreas itself.
Re: SetPlayerSkillLevel Health suggestion -
Riddick94 - 17.01.2014
Quote:
Originally Posted by T-N-Z
Shouldn't it move up by default? I don't see what problems that would cause since this thing is in San Andreas itself.
|
What? we are talking about a textdraws, right? Because you can't make health bar longer, if you don't create a textdraw in current version of SA-MP.