Don't forget to set weapon labels and weapon hashes. Otherwise you might encounter with errors.
["weapon_microsmg"] = "Micro SMG", -- example of weapon label
[GetHashKey("weapon_pistol50")] = "weapon_pistol50", -- example of weapon hash
If you want to use the discord profile image you have to set the discord token.
SVConfig = {
BotToken = "YOUR TOKEN HERE"
}
Fatal index must be 4 or 6. This index is changing depend on your server build. We don't know which build supports which index but if the script does not work without any errors, try to change the index to 4 or 6.