Question About Compiling
Everytime I go to compile my plugin i get like 70 warnings, and I think that, its not normal lol... What is a tag mismatch mean? I dont see any mistakes in the way i write some things.. Also what is loose indentation? How would you say to stop the compiler from getting these warnings?
|
Re: Question About Compiling
Post the plugin.
|
Re: Question About Compiling
In my experiance a tag mismatch is when you use the wrong type for something else. An example would be using an integer for something that should be a float.
|
Re: Question About Compiling
Yes. Tag mismatches are when you attempt to mix variable types.
Code:
|
Re: Question About Compiling
loose indentation could be something like:
Code:
|
Re: Question About Compiling
Quote:
And thank you all very much! :) |
Re: Question About Compiling
For the indenting warnings you can use AMXX Studio's indenting tool.
|
| All times are GMT -4. The time now is 08:06. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.