sscanf errors Command not working warnings - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: sscanf errors Command not working warnings (
/showthread.php?tid=455034)
sscanf errors Command not working warnings -
Xoomer - 31.07.2013
Код:
[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
AW: sscanf errors Command not working warnings -
CutX - 31.07.2013
Код:
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.
Re: sscanf errors Command not working warnings -
Xoomer - 31.07.2013
if i delete that time
then its showing me lots of errors
AW: sscanf errors Command not working warnings -
CutX - 31.07.2013
dont do anything in the include.
just search in your script,
somewhere you must've defined "time" already.
Just rename it, "timeX", for example
Re: sscanf errors Command not working warnings -
Xoomer - 31.07.2013
ty +rep
fixed
but ssacnf errors not fixed
AW: sscanf errors Command not working warnings -
CutX - 31.07.2013
Download the newest version of
sscanf,
remove everything from the old one and you should be fine