02.02.2011, 23:18
I think you are breaking the array limits.
You set:
Then you use a destination size on the strmid line to: 255
Try setting, 255 to :
You set:
pawn Код:
new rname[24];
Try setting, 255 to :
pawn Код:
sizeof(rname));