Lua Textdraw quick removal tool

ollydbg

Известный
Автор темы
163
113
Версия SA-MP
  1. 0.3.7 (R1)
Description: the script allows you to remove textdraws from the servers easily and quickly.
deleted textdraws are added to a blacklist by their id so that they do not appear

cmd: /td

Requeriments:
moonloader, sampfuncs

sa-mp-742.png

 

Вложения

  • textdraw_delete_tool.lua
    1.5 KB · Просмотры: 760
Последнее редактирование:

NES

Известный
205
121
Кто не понял.

Описание: скрипт позволяет легко и быстро удалять текстовые рисунки с серверов.
удаленные текстовые рисунки добавляются в черный список по их идентификатору, поэтому они не отображаются

cmd: / td

Требования: moonloader, sampfuncs
 

Fott

Простреленный
3,431
2,265
 

ewin

Известный
675
369
имхо. намного удобнее
 

kizn

О КУ)))
Всефорумный модератор
2,405
2,054
Description: the script allows you to remove textdraws from the servers easily and quickly.
deleted textdraws are added to a blacklist by their id so that they do not appear

cmd: /td

Requeriments:
moonloader, sampfuncs

why?
1652607165489.png

1652607173834.png

Lua:
Table[#Table + 1] = {id = i, text = texto} -- this method is faster than table.insert

-- Then:
Table[i + 1].id
Table[i + 1].text
 
  • Нравится
Реакции: ollydbg

fakelag46

Новичок
11
7
[ML] (error) textdraw_delete_tool.lua: opcode '0B3B' call caused an unhandled exception
stack traceback:
[C]: in function 'sampShowDialog'
...riginalSA by kichiro\moonloader\textdraw_delete_tool.lua:28: in function <...riginalSA by kichiro\moonloader\textdraw_delete_tool.lua:8>
[ML] (error) textdraw_delete_tool.lua: Script died due to an error. (102D2D84)