29.05.2011, 15:01
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.
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
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 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