View Single Post
mug1wara
AlliedModders Donor
Join Date: Jun 2018
Old 09-18-2018 , 11:41   Re: [REQ] Round Start Money
Reply With Quote #2

Although I believe this thread is more suitable for the scripting forums...

If I were you, I would;

1st. Make a cvar handle and assign the value to FindConVar("mp_startmoney");

2nd. Make a global var, increase the value by 1 every round.

3rd. Check if the var has for eg, the value 3, then use the SetConVarInt(); function to change the value of the cvar.
mug1wara is offline