03.07.2016, 07:05
Yep, on some commands(maybe in 20 commands of 100+) i have this(Im using y_commands):
or
And on the end of the script, im using this for AntiDeAmx:
Do i need to use pragma unused in every command or?
For now, i dont get any warning... But, before 1 year, i get this: https://sampforum.blast.hk/showthread.php?tid=576669
And i have used #pragma dynamic, and that message not show again...
And before a week, i just optimize my script, and i delete that #pragma dynamic, and i dont get that message on compile, now the situation is the same - i dont have #pragma dynamic, and i dont have message on compile, just 1 default message. (Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase)
Код:
#pragma unused help
Код:
#pragma unused help #pragma unused params
Код:
AntiDeAMX() { new a[][] = { "Unarmed (Fist)", "Brass K" }; #pragma unused a }
For now, i dont get any warning... But, before 1 year, i get this: https://sampforum.blast.hk/showthread.php?tid=576669
And i have used #pragma dynamic, and that message not show again...
And before a week, i just optimize my script, and i delete that #pragma dynamic, and i dont get that message on compile, now the situation is the same - i dont have #pragma dynamic, and i dont have message on compile, just 1 default message. (Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase)