09.06.2015, 13:02
Ok let me make this really simple
I have this line of code
It's completely possible because Integers are fine with the method I'm using. I'd just like to know how in this format I need to define this as a string. I don't get why you're saying "Store both the worker and their name" - I'm simply trying to store JUST a string here and not entirely sure on how to write the line.
EDIT:
Can I simply do this?
Remember it's inside an enum.
EDIT 2: Don't worry I'll just debug this.
I have this line of code
Код:
bWorkerName[MAX_BUSINESS_WORKERS]
EDIT:
Can I simply do this?
Код:
bWorkerName[MAX_BUSINESS_WORKERS][MAX_PLAYER_NAME]
EDIT 2: Don't worry I'll just debug this.