Errors - 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: Errors (
/showthread.php?tid=484197)
Errors -
GrandParadise - 29.12.2013
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"
Re: Errors -
Jstylezzz - 29.12.2013
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?
Re: Errors -
GrandParadise - 29.12.2013
i tried to search: ''sendername'' etc into the script, but without any result.
could you help me?
Re: Errors -
Jstylezzz - 29.12.2013
OnCommand.pwn(24145)
It's located in that file, and on (or near) that line.