Lua Textdraw quick removal tool

ollydbg

Известный
Автор темы
163
115
Версия 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 · Просмотры: 1,025
Последнее редактирование:

NES

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

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

cmd: / td

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

Fott

Простреленный
3,461
2,374
 

ewin

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

kizn

\ 0 _ 0 /
Всефорумный модератор
2,407
2,090
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

Участник
21
20
[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)