Errors
#1

When i compile my script i'm getting those errors.
Код:
../gamemodes/OnGameMode.pwn(11591) : warning 204: symbol is assigned a value that is never used: "amount"
../gamemodes/OnCommand.pwn(24145) : warning 204: symbol is assigned a value that is never used: "devtext"
../gamemodes/OnCommand.pwn(24145) : warning 204: symbol is assigned a value that is never used: "sendername"
Reply
#2

Delete new amount; new devtext[..?]; and new sendername[..?]; from the corresponding files. They're not used by the script, that's what the errors are saying, so why keep them?
Reply
#3

i tried to search: ''sendername'' etc into the script, but without any result.
could you help me?
Reply
#4

OnCommand.pwn(24145)

It's located in that file, and on (or near) that line.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)