13.11.2014, 20:18
well, no one exactly explained what the problem was, you will probably create more of this kind of bugs later on, problem was definition of string "cashstring", it was set to maximum 128 characters, and that is ok if you will print that string with SendClientMessage, but in situations like this, you'll need more than 128 characters, as you can see Dziugsas changed string size to 1000 which means that it can hold 1000 characters maximum, and if you have string e.g 1024 characters, you won't be able to see last 24 characters