Sscanf warning
#1

sscanf warning: String buffer overflow.

What does this mean?

Could this cause CPU high usage?
Reply
#2

That means that you're using sscanf to store a string in an array which doesn't have enough cells to contain the string, you need to increase the amount of cells in your array accordingly
Reply
#3

Wow...can you please explain in english for dummies?
Reply
#4

He explained you in English...
Read whole first post so you can know how to use sscanf and trust m you will love it after it
https://sampforum.blast.hk/showthread.php?tid=120356

Here is a small help maybe you get me
pawn Код:
sscanf(string,"s[]",outputstring);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)