20.03.2015, 19:29
Maybe serversided Textdraws anti-crash features might be turnable on or off.
Because if I formating textdraw string like
new Name[5] = "Drake";
new Number[10]; // I assign number later
and if I make such a string "Name: %s~n~Number: %s" it will only show "Name: Drake" on the textdraw, not even the word "Number:", but once I add any digit to Number, word Number and real number appears. same goes to rest of the textdraw antt-crash features, let scripters fix their bugs, not samp server
Because if I formating textdraw string like
new Name[5] = "Drake";
new Number[10]; // I assign number later
and if I make such a string "Name: %s~n~Number: %s" it will only show "Name: Drake" on the textdraw, not even the word "Number:", but once I add any digit to Number, word Number and real number appears. same goes to rest of the textdraw antt-crash features, let scripters fix their bugs, not samp server

