Compare commits

...

2 Commits

Author SHA1 Message Date
rubin e8a07c251f bump version 15.02.2023 2 years ago
rubin af2bd57923 fixed progul 2 years ago
  1. 3
      mafia-tools.lua
  2. 2
      version

@ -1,6 +1,6 @@
script_name('mafia-tools')
script_author("Serhiy_Rubin")
script_version("14.02.2023")
script_version("15.02.2023")
sampev = require 'samp.events'
inicfg = require "inicfg"
@ -844,6 +844,7 @@ stream_checker.textfuncs = {
local id, name, rank, afk = string.match(message, '%[(%d+)%] (.+) {C0C0C0}(.+ %[.+%])(.+)')
local result, ped = sampGetCharHandleBySampPlayerId(id)
if not result and tonumber(id) ~= getLocalPlayerId() then
name = name:gsub("{......}", "")
stream_checker.members[name] = { id = id, rank = rank }
end
return true

@ -1 +1 @@
14.02.2023
15.02.2023
Loading…
Cancel
Save