09.06.2013, 06:09
change
to
Without a players name that text alone takes up ~52 cells you need to increase the size of your string a significant bit. Anything related to SendClientMessage has a cap of 128 characters so anything higher then that is a waist of memory.
pawn Код:
new string[42]
pawn Код:
new string[128]