View Single Post
CaptainNervous
Senior Member
Join Date: Mar 2015
Location: World
Old 01-28-2016 , 01:19   Re: Advanced Commands (0.16)
Reply With Quote #1119

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.
Attached Files
File Type: sp Get Plugin or Get Source (advcommands.sp - 308 views - 95.1 KB)
__________________

Last edited by CaptainNervous; 01-28-2016 at 02:35.
CaptainNervous is offline