Hey i have a bool function in a buymenu. I can set if he has bought a weapon to bool = 1 or 0, but how i can check, set the player can buy the thing 2 times and not more.
1 time is easy to check (bool =1 (if bool = 1 = Stop=
but he should can buy something 2 times. how to do this?