Weird Problem
#1

I have an error on the sscanf line: warning 213: tag mismatch

Код:
new Float:X,Float:Y,Float:Z,Size2;

format(string,sizeof(string),"%s",strval(field[10]));
strreplace(",", " ", string);
sscanf(string, "fffd",X,Y,Z,Size);
Regards
Reply
#2

You need to show where you're defining all your variables.
Reply
#3

Note, you on the sscanf line you have, "Size" but you defined it as "Size2"
Reply
#4

Quote:
Originally Posted by [L3th4l]
Посмотреть сообщение
Note, you on the sscanf line you have, "Size" but you defined it as "Size2"
Thanks it was my bad.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)