Jump to content
  • 0

Question

Recommended Posts

  • 0
Posted
49 minutes ago, Enyby said:

All work for me.


gg.searchNumber('5.222099e-315E~6.3614332e-315E', gg.TYPE_DOUBLE)

 

 

a = 99

 

gg.searchNumber(5.222099e-315E~6.3614332e-315E;(a-1)..~..a::15,gg.TYPE_AUTO)

 

Above showing error

 

gg.searchNumber('5.222099e-315E~6.3614332e-315E;(a-1)..~..a'::15,gg.TYPE_AUTO)

 

Game guardian skiping the line Above 

 

  • 0
  • Administrators
Posted

Learn lua. Learn string concatenation. Learn different between string and number. Fix code.

You try write nonsense in both lines.

  • 0
Posted
35 minutes ago, Enyby said:

nonsense in both lines.

Ya 

 

36 minutes ago, Enyby said:

 Learn different between string and number

Now i got it string and number are different 

I Created nonsense  above

 

Thanks 

a = "15"
m = (a-1).. '~'..a
b = "::15"

gg.searchNumber('5.222099e-315E~6.3614332e-315E;'..m..b,gg.TYPE_FLOAT)

Working

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.