I keep trying to save a couple of integers set as variables. I picked each play in active players then opened the banks commanded to store the variables as integers put in a key and section ect. and saved the bank but when i tryed to load the values it just set it as 0.....(Its not supposed to be 0) lol please help Thanx :)
to load bank values you have to do one of the following:
do 1 player at a time using NO variables other than the ones being loaded.
OR if you want to do Picked Player or use other variables that are not being loaded, you have to PRE-LOAD the bank for ALL PLAYERS at map initialization.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I keep trying to save a couple of integers set as variables. I picked each play in active players then opened the banks commanded to store the variables as integers put in a key and section ect. and saved the bank but when i tryed to load the values it just set it as 0.....(Its not supposed to be 0) lol please help Thanx :)
to load bank values you have to do one of the following:
do 1 player at a time using NO variables other than the ones being loaded. OR if you want to do Picked Player or use other variables that are not being loaded, you have to PRE-LOAD the bank for ALL PLAYERS at map initialization.