SA-MP Forums Archive
Inputtext closing dialog box? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Inputtext closing dialog box? (/showthread.php?tid=151988)

Pages: 1 2


Re: Inputtext closing dialog box? - Antonio [G-RP] - 03.06.2010

Cool, how is your posts 'leet' ?


Re: Inputtext closing dialog box? - Antonio [G-RP] - 03.06.2010

Gahh, Still closed ;(


Re: Inputtext closing dialog box? - Calgon - 03.06.2010

I'm pretty sure it's something with the dialogid, I had a similar issue, where I had to keep all digits of the ID under 5 actual digits, but I'm pretty sure it just didn't return a response, I don't recall it doing this.



Re: Inputtext closing dialog box? - Antonio [G-RP] - 03.06.2010

The dialogid? How would that affect it?


Re: Inputtext closing dialog box? - Calgon - 03.06.2010

Quote:
Originally Posted by Antonio (eternalrp.webatu.com)
The dialogid? How would that affect it?
I have no idea, I'm not a SA:MP developer. Try it for yourself.


Re: Inputtext closing dialog box? - Antonio [G-RP] - 03.06.2010

I tested, and it didn't work, but it might just be me.


Re: Inputtext closing dialog box? - Antonio [G-RP] - 03.06.2010

Bump


Re: Inputtext closing dialog box? - Backwardsman97 - 03.06.2010

Quote:
Originally Posted by Antonio (eternalrp.webatu.com)
The dialogid? How would that affect it?
Quote:
Originally Posted by H ❽ H
1.u can use any number for dialog even if 999999999999999999999999 i just make it high so i make sure it doesn't conflict with another dialog

2.i am sure it will work cause that's the way i made my EBank system in my signature
You sir, are incorrect.
I ran this little test script. http://pastebin.com/aJv7dQXz And typed in /test1 and /test2 and they printed...

Код:
[01:34:11] 32767
[01:34:15] 16409
So past a certain dialogid, it will just print random numbers.


Re: Inputtext closing dialog box? - aircombat - 03.06.2010

idk i once tried : 999999 and it worked xD , btw what happend to my posts ? what does "leet" means?


Re: Inputtext closing dialog box? - Antonio [G-RP] - 03.06.2010

Right, now does anybody know how to fix this?


Re: Inputtext closing dialog box? - aircombat - 03.06.2010

u sure it ain't conflicting with "any" and i mean "Any" other dialogs even if not same idea , let me rephrase the question : do u have : "do u have any other dialogs in ur GM/Filterscripts except that dialog??


Re: Inputtext closing dialog box? - Antonio [G-RP] - 03.06.2010

Ofcourse, I have like 10 dialogs.


Re: Inputtext closing dialog box? - aircombat - 03.06.2010

"Try" if u can , removing them all and try putting this dialog alone and if it works that mean it somehow conflict with the another dialog


Re: Inputtext closing dialog box? - Antonio [G-RP] - 03.06.2010

Omfg it worked! But now how do I add them all in?

Also, do you have to add 'return 1;' in dialogs?

Thanks heaps man