Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Help Archive
Threaded Mode
Sscanf warning
ColdIce
Unregistered
#1
15.07.2011, 11:32
sscanf warning: String buffer overflow.
What does this mean?
Could this cause CPU high usage?
Reply
JaTochNietDan
High-roller
Posts: 2,502
Threads: 26
Joined: Apr 2007
Reputation:
0
#2
15.07.2011, 12:33
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
Find
Reply
ColdIce
Unregistered
#3
15.07.2011, 12:57
Wow...can you please explain in english for dummies?
Reply
DRIFT_HUNTER
High-roller
Posts: 2,203
Threads: 154
Joined: Oct 2009
Reputation:
0
#4
15.07.2011, 13:01
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
)
;
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 2 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Help Archive