31.05.2020, 20:54
CreateRobberyCheckpoint uses "szName[ 32 ]".
CreateBusiness uses "const szName[ 32 ]", that's what is up
You can safely remove the constant declaration in the CreateBusiness() function.
CreateBusiness uses "const szName[ 32 ]", that's what is up

You can safely remove the constant declaration in the CreateBusiness() function.