Jump to content

Recommended Posts

  • Administrators
Posted
  On 11/21/2018 at 5:21 PM, Enyby said:

Try call functions which not exists.

Expand  

Function must be defined BEFORE call. You define it AFTER. So  BEFORE definition it is nil.

Posted
  On 11/22/2018 at 12:47 AM, Enyby said:

Function must be defined BEFORE call. You define it AFTER. So  BEFORE definition it is nil.

Expand  

I don't understand what you are saying, can you give me an example? @Enyby

Posted
  On 11/22/2018 at 1:13 AM, AfifHeroes said:

I don't understand what you are saying, can you give me an example? @Enyby

Expand  

see this post by the  enyby,   

> foo = function (n) return n*2 end
> = foo(7)
14

 

Function must be defined BEFORE call. You define it AFTER. So  BEFORE definition it is nil.    , because in this example is the function called before in  the variable foo     , then we can call the funtion with the foo, i think is this he means

Posted
  On 11/22/2018 at 1:56 AM, AfifHeroes said:

Have I tried, why instead like this?

Screenshot_2018-11-22-08-53-40-965_com.estrongs.android.pop.png

Screenshot_2018-11-22-08-53-50-890_com.estrongs.android.pop.png

Expand  

Read error log, in the line 22. It is should be like  below

function WH()

Not

BY11[2] function (WH) return

Posted
  On 11/22/2018 at 12:47 AM, Enyby said:

Function must be defined BEFORE call. You define it AFTER. So  BEFORE definition it is nil.

Expand  

which function do you mean? function if BY11 or function WH ()?

Posted (edited)

Hello @Enyby plz add link lua script.  I request bro while message toast that will show our channel or website link in the script toast message or instead of the script is ended than it prints the credit while there also show the link. 

If im ask something wrong here please delete this message from this section 

Or like this feature is not in lua im sorry ask this here 

Edited by Turbosjoker
Posted
  On 11/28/2018 at 4:23 PM, Turbosjoker said:

Hello @Enyby plz add link lua script.  I request bro while message toast that will show our channel or website link in the script toast message or instead of the script is ended than it prints the credit while there also show the link. 

If im ask something wrong here please delete this message from this section 

Or like this feature is not in lua im sorry ask this here 

Expand  

You can write your link, example "t.me/mytele", in the print, alert etc, but not clickable as url, user only can read the text link. I think it is more than enough to give contact information.

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.