Hello, I have a big problem: I copy a code in here: https://forum.vc-mp.org/?topic=4353.0 (https://forum.vc-mp.org/?topic=4353.0), but I launched my server, server console is warning me: The Index 'GUI' does not exist.
I need solution to solve this error
Version of my server: 0.4.7.1
Quote from: LamFloGaming on Jul 24, 2026, 08:12 AMHello, I have a big problem: I copy a code in here: https://forum.vc-mp.org/?topic=4353.0 (https://forum.vc-mp.org/?topic=4353.0), but I launched my server, server console is warning me: The Index 'GUI' does not exist.
I need solution to solve this error
Version of my server: 0.4.7.1
Are you sure that you copied and pasted it correctly?
Quote from: Vicky on Jul 24, 2026, 03:36 PMQuote from: LamFloGaming on Jul 24, 2026, 08:12 AMHello, I have a big problem: I copy a code in here: https://forum.vc-mp.org/?topic=4353.0 (https://forum.vc-mp.org/?topic=4353.0), but I launched my server, server console is warning me: The Index 'GUI' does not exist.
I need solution to solve this error
Version of my server: 0.4.7.1
Are you sure that you copied and pasted it correctly?
Correct 100%!
Quote from: LamFloGaming on Jul 24, 2026, 08:12 AMHello, I have a big problem: I copy a code in here: https://forum.vc-mp.org/?topic=4353.0 (https://forum.vc-mp.org/?topic=4353.0), but I launched my server, server console is warning me: The Index 'GUI' does not exist.
I need solution to solve this error
Version of my server: 0.4.7.1
That's because the second part is a client-side script. You need to place it in
store/script/somescript.nut
Quote from: Necroso on Jul 31, 2026, 03:02 AMQuote from: LamFloGaming on Jul 24, 2026, 08:12 AMHello, I have a big problem: I copy a code in here: https://forum.vc-mp.org/?topic=4353.0 (https://forum.vc-mp.org/?topic=4353.0), but I launched my server, server console is warning me: The Index 'GUI' does not exist.
I need solution to solve this error
Version of my server: 0.4.7.1
That's because the second part is a client-side script. You need to place it in store/script/somescript.nut
but I moved to client side folder