07.10.2017, 12:27
Change this:
To this:
Now your start money value is totally dynamic.
Код:
format(string, sizeof(string), "Welcome %s, take that $500 for start!", Player_Name);
Код:
format(string, sizeof(string), "Welcome %s, take that $%d for start!", Player_Name, START_MONEY);