Hi. I have a script, and i want my script can auto expired for 2 days, so the user of my script after 2 days from using it first time it'll expired and the user need to download again. But is it possible? Thanks in advance.
function searchauto(search) gg.searchNumber(search, gg.TYPE_AUTO, false, gg.SIGN_EQUAL, 0, -1) end ::pkat:: do gg.toast('Please wait. Loading!') searchauto('98W;98W;125F') local a=gg.getResults(4) freeze(a,'5480',2) freeze(a,'5480',3) freeze(a,'5480',4) aa = gg.alert('blabla','OK') goto smth end i only copy the code related to searchauto function
So i put function code liek this in upper line function searchauto(search) gg.searchNumber(search, gg.TYPE_AUTO, false, gg.SIGN_EQUAL, 0, -1) end and then i use the function (this is just for example) ::code:: searchauto('183W;183W;125F') blabla after i execute my script i got an error attempt to call nil, i don't understand. How to fix this? Ty in advance
Woah! thank u very much :) but can you make it the prompt only with number keyboard (keyboard from the gg), not phone keyboard. so they can't write abcdefghij blabla
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.