Send message to the compiler's output
#1

Hi

Is there a way to send Normal message to the compiler's output?
Like preprocessor/directive #error, but dont want abort the compilation...

Thanks
Reply
#2

There is a way, but you must use pawn compiler provided by zeex: https://github.com/Zeex/pawn/releases
Код:
#warning
Print a user warning.

This works similar to the #error directive. For example, compiling a file that contains

#warning Don't include this file
would result in

warning 237: user warning: Don't include this file
Read more here https://github.com/Zeex/pawn/wiki/What's-new
Reply
#3

Thanks, what are advantages of using ZeeX pawn compiler? and is that fully compatible with SA-MP binaries and its plugins?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)