Posted
I'm currently trying to make an executor with wearedevs api. The code: "api.SendLimitedLuaScript(richTextBox1.Text);" got an error said it was obsolete and replace with SendLuaScript. What do i do?
(I'm a newbie coder btw)
Replied
make it
api.SendLuaScript(richTextBox1.Text);
instead
Cancel
Post
https://cdn.discordapp.com/attachments/909012795851407390/927492917394821140/siggy.png
Replied
Read the error. It literally tells you everything you need to do.
Cancel
Post
Replied
turns out that i have to add [Obsolete] on the command ;-;
Cancel
Post
Replied
@hahagetnoob I don't recommend using deprecated functions. Use SendLuaScript as said before.
Cancel
Post
Replied
ok thank you
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post