Posted
Hello, wearedevs.api lua is not working I am tried all codes and it's not working(Sorry for my bad english)
#1
string lua = fastColoredTextBox1.Text;
api.SendLimitedLuaScript(lua);
(NOT WORKING)
#2
string lua = fastColoredTextBox1.Text;
api.SendLuaScript(lua);
(NOT WORKING)
#3
api.SendLimitedLuaScript();
(NOT WORKING)
#4
api.SendLuaScript();
(NOT WORKING)
What can I do?
Added
And I have a EXECUTE button.
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post