We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ac51f commit 50e0356Copy full SHA for 50e0356
1 file changed
example/AutoNum4_6/AutoNum4_6.lua
@@ -32,8 +32,8 @@ function main()
32
33
while true do
34
wait(100 + getPing())
35
- local textdrawText = ffi.string(dl.TextdrawGetString(2188))
36
- local textdrawTextfish = ffi.string(dl.TextdrawGetString(2151))
+ local textdrawText = ffi.string(dl.TextdrawGetString(2189))
+ local textdrawTextfish = ffi.string(dl.TextdrawGetString(2157))
37
38
if (isInputOpen() == false) then
39
if textdrawText == "~y~PRESS NUM4" or textdrawTextfish == "~y~PRESS NUM4" then
0 commit comments