sscanf errors Command not working warnings
#1

Код:
[16:25:58] sscanf error: System not initialised.
[16:25:59] sscanf error: System not initialised.
[16:26:00] sscanf error: System not initialised.
[16:26:01] sscanf error: System not initialised.
[16:26:02] sscanf error: System not initialised.

Код:
(568) : warning 219: local variable "time" shadows a variable at a preceding level
(573) : warning 219: local variable "time" shadows a variable at a preceding level
(2624) : warning 219: local variable "time" shadows a variable at a preceding level
these warnings coming from "include/YSI/y_hooks/impl.inc"

what is this and no command working
help me
Reply
#2

Код:
warning 219: local variable "time" shadows a variable at a preceding level
means that you've defined "time" somewhere in your code already, but it's also defined in the include.

idk abt. the other error tough :P
It might just disappear after fixing the other thing - who knows.
Reply
#3

if i delete that time

then its showing me lots of errors
Reply
#4

dont do anything in the include.
just search in your script,
somewhere you must've defined "time" already.
Just rename it, "timeX", for example
Reply
#5

ty +rep
fixed


but ssacnf errors not fixed
Reply
#6

Download the newest version of sscanf,
remove everything from the old one and you should be fine
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)