Dialogs - 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)
+--- Thread: Dialogs (
/showthread.php?tid=297983)
Dialogs -
sherlock - 18.11.2011
Dialog id's can go up to infinite? Because i have a FS that uses dialog id's already in my script (someone can be changing a skin and it will affect the FS)
Re: Dialogs -
LeNy - 18.11.2011
From what I remember an overall limit of ID does not exist. Use different ID than in FS because it will connect
Re: Dialogs -
sherlock - 18.11.2011
Thank you
Re: Dialogs -
sherlock - 18.11.2011
Well this did not actually work...i changed them all to 9 (they were all 3xxx and i changed them all to 9xxx) and now when i am typing the password instead of logging me in it just keeps prompting me to type it again.
Re: Dialogs -
Calgon - 18.11.2011
The limit is 30,000 something.
Re: Dialogs -
RyDeR` - 18.11.2011
32,767 to be precise.
Re: Dialogs -
LeNy - 18.11.2011
sherlock, You must have something go wrong
Re: Dialogs -
MP2 - 18.11.2011
When I use dialogs in a filterscript I tend to only use one ID, and use a variable to determine which dialog is shown.
Re: Dialogs -
sherlock - 18.11.2011
Thanks for the info guys
edit: Im using numbers that are 9,000