Important

Antes de prosseguir com uma instalação, leia atentamente os passos abaixo pois são de extrema importância!

  • DeathGames is completely standalone and doesn't require any additional components from your base to be adapted to the script. In other words, you just need to install the script.

  • DeathGames has its own Survival system. Therefore, it's extremely important that you ensure all death systems in your base are blocked while players are inside the arena. To implement these blocks, use the event creation code provided in event.lua.

  • DeathGames has its own inventory system. Therefore, it's extremely important that you ensure your base's inventory is locked while players are inside the arena. To implement this locking, use the event creation code provided in event.lua.

  • DeathGames already has a complete LOG system that can be used as reports for the server or players. Simply configure the upload links to Discord. Available within shared.lua, lines 31-37..

  • DeathGames already has a system for delivering weapons and weapon types that players can play with within the arena. You can change the weapons by accessing shared.lua and going to ListWeapons. However, do not create more weapon types; the script was developed to work only with the current types..

  • All maps in the script already have images available for viewing, as do the weapon images. However, you need to download the image folder from our Discord server and add and host the images. After that, go to shared.lua and add the image redirection links..

  • Remember that any conflicts such as weapons disappearing within the arena, death screens appearing upon death, or weapons not being delivered to players are simply problems with system locks on your server! You will need to find the systems on your server and lock them using our event available in event.lua.

Last updated