View Single Post
EmreBulut
Junior Member
Join Date: Sep 2015
Location: Turkey, Istanbul
Old 01-28-2016 , 06:11   Re: Advanced Commands (0.16)
Reply With Quote #1120

Quote:
Originally Posted by CaptainNervous View Post
Okay. I fixed that error.
I changed line 734
Code:
PbReadRepeatedString(bf, "params", i, message, sizeof(message));
to this

Code:
PbReadString(bf, "params", message, sizeof(message), i);
but if dead player types something it sends twice.
Thank you! Now It works fine but can anyone fix that message bug??
EmreBulut is offline