View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-28-2024 , 15:13   Re: Skill points become negative
Reply With Quote #2

If you need to just make sure that the value doesn't go below zero, you can add a check after every location that subtracts a value such as this:

PHP Code:
if( g_skills[id] < )
{
    
g_skills[id] = 0

__________________
fysiks is offline