error 008: must be a constant expression; assumed zero
#3

That is not the format, it's not like format or mysql!
This is wrong:
pawn Код:
if(sscanf(string, "rot = %d", rot))..
This is right.
pawn Код:
if(sscanf((string, "d", rot))
I hope you can fix it now!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)