symbol is assigned a value that is never used:
#1

(28249) : warning 204: symbol is assigned a value that is never used: "account"
Reply
#2

Can you show that line please?
Reply
#3

Quote:
Originally Posted by biker122
Посмотреть сообщение
Can you show that line please?
account = PlayerInfo[i][pAccount];
Reply
#4

Error it's self explanatory.
You don't use that symbol, so you should remove: new account;
But this isn't a fatal error, so script will continue working with this error anyway.
Reply
#5

You're probably not using "account = PlayerInfo[i][pAccount];" (account variable) in the function/stock in which it is created. So you should just remove it off.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)