SA-MP Forums Archive
Weird Dialog bug.. - 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: Weird Dialog bug.. (/showthread.php?tid=609011)



Weird Dialog bug.. || [SOLVED] - Quinncell - 07.06.2016

This bug happens to me every time I use DIALOG_STYLE_MSGBOX.
So here is my problem.When I make a command using DIALOG_STYLE_MSGBOX, I get no erros/warnings but when I enter the game to test it, the command works/appears but it shows "SERVER: Unknown command." in the chat even if the command worked.Any ideas to why this happens?Id'l be appreciated!


Re: Weird Dialog bug.. - Deroxi - 07.06.2016

Show your command which is using the dialog


Re: Weird Dialog bug.. - Konstantinos - 07.06.2016

The message is also shown if a run time error occurs in a command - I doubt it's something to do the dialog style.
Load crashdetect plugin and create a pawn.cfg file into pawno folder. Open the file and write -d3 in it.
Recompile your scripts and run the server, execute those commands and if it shows the message about unknown command, post your server logs.


Re: Weird Dialog bug.. - DavidBilla - 07.06.2016

Edited:

Sry

Wrong info...


Re: Weird Dialog bug.. - Quinncell - 07.06.2016

Okay thanks, I'll try that.