W
W
WasTabon2020-09-12 17:33:03
C++ / C#
WasTabon, 2020-09-12 17:33:03

What is this array error?

5f5cdbee77339429137740.png
https://pastebin.com/8CK4DpXi
(If anything, I made a save according to this lesson https://www.youtube.com/watch?v=IJsBkWC0krA timecode +- 15:00, I don’t know how, but MB will help)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
Loli E1ON, 2020-09-12
@WasTabon

sv.SkinPrice = new int[4];
for (int i = 0; i < SkinPrice.Length; i++){
      sv.SkinPrice[i] = SkinPrice[i];
}

D
Dmitry Pavlov, 2020-09-12
@Stalker31

Array index out of range

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question