Problem at the beginning of writing code
#4

Change this:

Код:
format(string, sizeof(string), "Welcome %s, take that $500 for start!", Player_Name);
To this:

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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)