ULX

Author Topic: How to add weapons or more hp to a Rank User ?  (Read 5400 times)

0 Members and 1 Guest are viewing this topic.

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: How to add weapons or more hp to a Rank User ?
« Reply #15 on: May 29, 2012, 09:32:48 PM »
If you are running a gamemode it is likely that the gamemode is overwriting it with it's own code. Try finding instances of SetMaxHealth or SetHealth in the gamemode code.

Offline Schiaffino

  • Jr. Member
  • **
  • Posts: 88
  • Karma: 1
Re: How to add weapons or more hp to a Rank User ?
« Reply #16 on: May 29, 2012, 09:38:20 PM »
ADDON FULL WORKING

SOLUTION:

put the start hp ( on the gamemode_functions )

now is working perfectly :)

Thanks Mr.President For Your Help  ! =) Im Really Really Happy Now :D
« Last Edit: May 29, 2012, 09:40:41 PM by Schiaffino »

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: How to add weapons or more hp to a Rank User ?
« Reply #17 on: May 29, 2012, 09:46:44 PM »
You're welcome. I'm glad I could be of assistance.