warning 203: symbol is never used
#4

Quote:
Originally Posted by yusei
Посмотреть сообщение
add to your script

#pragma unused difference
Don't just tell him what to do, explain to him what the problem is.

Basically, the script your using has a variable which is used to store a type of data, that warning simply means that you've made it, but you're not using it anywhere yet.

Yes doing

pawn Код:
#pragma unused difference
But when it comes to the time when you need to use it, you will get warnings, so once you get a undefined error warning, simply remove that directive and you should be okay. The directive is that code above.
Reply


Messages In This Thread
warning 203: symbol is never used - by blackdragon1 - 08.02.2013, 20:43
Re : warning 203: symbol is never used - by yusei - 08.02.2013, 20:45
Re: warning 203: symbol is never used - by blackdragon1 - 08.02.2013, 20:50
Re: Re : warning 203: symbol is never used - by Bicentric - 08.02.2013, 20:51
Re: warning 203: symbol is never used - by Bicentric - 08.02.2013, 20:53
Re: warning 203: symbol is never used - by Fiore - 08.02.2013, 20:56
Re: warning 203: symbol is never used - by blackdragon1 - 08.02.2013, 20:57
Re: warning 203: symbol is never used - by Bicentric - 08.02.2013, 20:59
Re: warning 203: symbol is never used - by Fiore - 08.02.2013, 21:00
Re: warning 203: symbol is never used - by Bicentric - 08.02.2013, 21:02

Forum Jump:


Users browsing this thread: 1 Guest(s)