Help with boxes - 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: Help with boxes (
/showthread.php?tid=347841)
Help with boxes -
Subwoofer - 03.06.2012
Ok, if i want to use any message box then it wont work, i bring some pics for example
Those are few examples, but it happens with every filterscript that i use

. Can anyone help me with these?
Re: Help with boxes -
FalconX - 03.06.2012
Quote:
Originally Posted by Subwoofer
Ok, if i want to use any message box then it wont work, i bring some pics for example
Those are few examples, but it happens with every filterscript that i use  . Can anyone help me with these?
|
This is because your dialog ids are conflicting

just move your dialog filterscript like garhouse to the top of others in server.cfg. Eg
Gamemode0 base 1
filterscripts garhouse othershit
Idk if that really is a problem but worth a try
I hope this helps
-FalconX
Re: Help with boxes -
Subwoofer - 03.06.2012
Quote:
Originally Posted by ******
That won't help with dialog conflicts, it will just shuffle the conflicts around. You'll have to manually go through all the code and find and correct where two dialogs use the same number. Or get a library that does it all for you.
|
it even happens when i have only one filterscript with the box and BTW what library should it be that does it all for me?
Re: Help with boxes -
Subwoofer - 03.06.2012
Quote:
Originally Posted by FalconX
This is because your dialog ids are conflicting  just move your dialog filterscript like garhouse to the top of others in server.cfg. Eg
Gamemode0 base 1
filterscripts garhouse othershit
Idk if that really is a problem but worth a try
I hope this helps
-FalconX
|
Yo, it helps!! Thank you so much

. You get Rep+ 140% XD. No doubt.
Re: Help with boxes -
FalconX - 03.06.2012
Quote:
Originally Posted by Subwoofer
Yo, it helps!! Thank you so much  . You get Rep+ 140% XD. No doubt.
|
Glad it helped you mate
-FalconX