-- В бесконечный цикл
if lastgun ~= getCurrentCharWeapon(PLAYER_PED) then
local gun = getCurrentCharWeapon(PLAYER_PED)
if gun == 24 then
sampSendChat("/me достал Desert Eagle")
elseif gun == 29 then
sampSendChat("/me достал MP5")
elseif gun == 25 then
sampSendChat("/me достал Shotgun")
elseif gun == 31 then
sampSendChat("/me достал М4")
end
lastgun = gun
end