Y_INI problem...
#3

Yep, on some commands(maybe in 20 commands of 100+) i have this(Im using y_commands):

Код:
#pragma unused help
or

Код:
#pragma unused help
	#pragma unused params
And on the end of the script, im using this for AntiDeAmx:

Код:
AntiDeAMX()
{
	new a[][] =
	{
	    "Unarmed (Fist)",
	    "Brass K"
	};
	#pragma unused a
}
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)
Reply


Messages In This Thread
Y_INI problem... - by DusanInfinity - 02.07.2016, 22:05
Re: Y_INI problem... - by TwinkiDaBoss - 03.07.2016, 00:27
Re: Y_INI problem... - by DusanInfinity - 03.07.2016, 07:05
Re: Y_INI problem... - by TwinkiDaBoss - 03.07.2016, 13:03
Re: Y_INI problem... - by DusanInfinity - 03.07.2016, 13:08

Forum Jump:


Users browsing this thread: 1 Guest(s)