The server goes FULLY bugged, nothing shows, textdraws dialogs etc stop showing, but connection,checkpoints, etc works!
#1

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
Reply
#2

Have you restarted the server?
Reply
#3

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)