yh but is there away that i can make them Unlimited like on the client where the credits and stuff are make it say Unlimited?Just run a query and update everyone's credits and duckets then go to the users table and edit the starting credits and duckets to whatever you want.
(int.Parse("Unlimited")));
Session.SendMessage(new CreditBalanceComposer(int.Parse("Unlimited")));
sorry about this haha so do i just do like 1000000000000000000000 whatever in the database
Can you message me please or do you have discord?Yeah, you also wanted it to say unlimited in-game right? you'd have to do what i told you i hope that's what you wanted.
but yes, put 99999 in the database or whatever for existing users, and edit the users table to make sure they sign up with unlimited credits as well.
I'm off to work, but if you follow my instructions it should work no problem.Can you message me please or do you have discord?
and the duckets part you put is correct.I'm off to work, but if you follow my instructions it should work no problem.
For new users, right click and press design i think it is and find duckets and put 999999.ok thanks how do i make the duckets unlimited for every user in the db?