- Moonloader
- SAMP.Lua
- SAMPFUNCS
- CLEO 4
- You receive death messages only near your player (to avoid death screen flood)
- Moves player DMG message from the top of your screen to the right side of the radar
- Moves all generic gametexts/textdraw messages from the middle of the screen to the bottom left corner
- Scores textdraw reworked
- Shows the name of the players near you with additional info like HP/ARMOUR/GOD
- local sampev = require "lib.samp.events"
- local raknet = require "lib.samp.raknet"
- local ev = require "lib.samp.events.core"
- local vk = require "vkeys"
- local memory = require "memory"
- local inicfg = require 'inicfg'