Show error
#1

Is there any way to show me error in PAWNO? Like:

Code:
if(!IsVariableSet(WTF))
{
   ShowError("You must set variable first");
}
And when i try to compile, it will send me that error.

Thanks.
Reply
#2

No...
Reply
#3

For check if a variable set
pawn Code:
#if !defined VARNAME
#error Error Message
#endif
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)