SA-MP Forums Archive
Big Problem with 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: Big Problem with Dialogs! (/showthread.php?tid=505177)



Big Problem with Dialogs! - Boshishere12 - 07.04.2014

Hi again..
I have very big problem with one filterscript (its not for the FS , its for my gamemode).. I puted it into server.cfg and when i was ingame i tried to test it, the FS name is ******* , you know it. I typed /******* and when i clicked to play for all players , the login dialog camed .. Help me , im beginner and Im from Macedonia sorry for my Language!
Here are the pictures :
When i typed /******* and clicked Play for all Players :
http://zaslike.com/files/45cfops6jtv31hksfdt.png
And then the Login Dialog camed!
http://zaslike.com/files/0etjbpticpaz7xa9xnnz.png



Re: Big Problem with Dialogs! - Mriss - 07.04.2014

the dialog ids are probably clashed


Re: Big Problem with Dialogs! - iZN - 07.04.2014

Just change your dialog IDs because they're conflicting with each other.


Re: Big Problem with Dialogs! - Boshishere12 - 07.04.2014

What dialog ids? On the FS or in the Gamemode?


Re: Big Problem with Dialogs! - Boshishere12 - 07.04.2014

I changed it on the FS , again the same problem :@


Re: Big Problem with Dialogs! - iBanner - 07.04.2014

Probably you are using the same dialog ids. Compile it after so it will take effect.


Re: Big Problem with Dialogs! - Boshishere12 - 07.04.2014

They aren't the same , i changed them and again the same problem! :@ Help mee!


Re: Big Problem with Dialogs! - iBanner - 07.04.2014

Is your FS that is using return as 1? like
Quote:

return 1;

if like that, then make it like this
Quote:

return 0;

just give a try.


Re: Big Problem with Dialogs! - Boshishere12 - 07.04.2014

Thanks , i made it..


Re: Big Problem with Dialogs! - iBanner - 07.04.2014

Good job honey!