08.02.2013, 20:51
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
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.
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