Posts: 1,534
Threads: 179
Joined: Apr 2009
I don't know what happened,
i get A LOT of these warnings:
local variable "string" shadows a variable at a preceding level
It was all perfect, then i deleted something that i scripted and this happened,
what happened??
Posts: 1,534
Threads: 179
Joined: Apr 2009
The problem is i didn't make a backup file and it got automatically saved like this..
There are all the warnings
Can you tell which line causes this? Thanks!
Posts: 210
Threads: 11
Joined: Oct 2012
Reputation:
0
You put a new string outside of a callback or whatever and then it gives that warning.
Posts: 887
Threads: 251
Joined: Jun 2011
Reputation:
0
You have defined the variable with the same name in your script more than once and it must have conflicted with another plugin so either change its name or remove it.
Posts: 1,534
Threads: 179
Joined: Apr 2009
Scrolled throught the script, found nothing.. probably going to delete the script now ._.
Posts: 1,534
Threads: 179
Joined: Apr 2009
Ok, so i scrolled through the shown errors and found this
CMD:makecoowner(playerid,parґms[])
Thanks guys