SQLite
#6

sscanf is unable to verify if the given variables matches the specified pattern
I think in your case it simply overwrote up to 29 cells before "text" in the stack because you declared "text" with only 1 cell
Код:
new
	query[400],
	Float:x,
	Float:y,
	Float:z,
	text // you forgot to add [30] here => text[30]
;
Reply


Messages In This Thread
SQLite - by SilverStand - 24.01.2016, 10:08
Re: SQLite - by valych - 24.01.2016, 10:39
Re: SQLite - by Nero_3D - 24.01.2016, 10:50
Re: SQLite - by SilverStand - 24.01.2016, 10:55
Re: SQLite - by SilverStand - 24.01.2016, 11:18
Re: SQLite - by Nero_3D - 24.01.2016, 11:45
Re: SQLite - by SilverStand - 24.01.2016, 12:28

Forum Jump:


Users browsing this thread: 3 Guest(s)