

Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!Yes?
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
How would I go about doing this then?
Thanks.
Script something that watches the player's score, constantly checking when he gets points and adding the points to a total value and setting each player's score back to 0. Then in scripts where you buy stuff, just make it check for that total rather than the player's score. You will also need to make a custom HUD for this.
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
Or you set each player's score to a single level variable and replace all player specific score logic in _zombiemode_score with the level variable. I wouldn't think you'd need a custom HUD for this.