Posts: 791
Threads: 93
Joined: Oct 2009
Reputation:
0
I have this warning message how could i fix that
sscanf warning: String buffer overflow.
My server went down, probably this is the reason.
Posts: 791
Threads: 93
Joined: Oct 2009
Reputation:
0
bwah sorry. a little descripton what happened.
Server runned normaly for some while - about month or less .
Now most of the commands wont work and even onplayertext callback wont work. Any string formatting wont work.
edit:
why i cant use 128?
edit:
and also all gettick count wont work, if i have gettick count check it would say that its already working.
Posts: 791
Threads: 93
Joined: Oct 2009
Reputation:
0
u mean if my buffer is 16 and im trying to put in there with sscanf 32 "s[32]" it would show the error ?
How i can prove it ?