SA-MP Forums Archive
The server goes FULLY bugged, nothing shows, textdraws dialogs etc stop showing, but connection,checkpoints, etc works! - 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: The server goes FULLY bugged, nothing shows, textdraws dialogs etc stop showing, but connection,checkpoints, etc works! (/showthread.php?tid=258207)



The server goes FULLY bugged, nothing shows, textdraws dialogs etc stop showing, but connection,checkpoints, etc works! - Donya - 29.05.2011

ok, first off let me begin with a previous similiar problem that was causing this(in a worst way, nothing at all worked) so now the code that did this was my payday.. i've now removed it.
pawn Код:
switch(account)//code that messed up the entire server
                {
                    case 0..50000: Tax = TaxValue;
                    case 50001..80000: Tax = TaxValue*2;
                    case 80001..100000: Tax = TaxValue*3;
                    case 100001..300000: Tax = TaxValue*4;
                    case 300001..500000: Tax = TaxValue*5;
                    case 500001..700000: Tax = TaxValue*6;
                    case 700001..1000000: Tax = TaxValue*7;
                    case 1000001..10000000: Tax = TaxValue*9;
                    default: Tax = TaxValue;
                }
so now, theres a new problem, after awhile of playing first off textdraws start bugging. e.g my speedometer moves from the bottom of my screen to the bottom of the chat, and the letter size gets smaller.
so then after that, my textdraw system stops showing textdraws all over, no connect textdraws no information nothing.
then... dialogs stopped being showed! since i use them for login and register, when a player got to class selection, it did not show!

any ideas?

Edit: commands just started showing unknown command


Re: The server goes FULLY bugged, nothing shows, textdraws dialogs etc stop showing, but connection,checkpoints, etc wor - Ash. - 29.05.2011

Have you restarted the server?


Re: The server goes FULLY bugged, nothing shows, textdraws dialogs etc stop showing, but connection,checkpoints, etc wor - Donya - 29.05.2011

thats the point.. a restart fixes it.. but this is happening every time 20+ players are on..


Re: The server goes FULLY bugged, nothing shows, textdraws dialogs etc stop showing, but connection,checkpoints, etc wor - Donya - 30.05.2011

thanks ******, do you know about any other causes that might just help?