Params and redundant test: constant expression is non-zero
#3

The first problem can be solved using
pawn Код:
#if USE_TEXTDRAW_SET == 2 // Your "if"
// Your if code
#elseif SOMETHING > 0 // alternative "else" and "if" (an example, if you are going to use something like this)
// ...
#else // alternative else (an example, if you are going to use something like this)
// ...
#endif // End of your "if"
To the second thing, I wouldn't use this method for searching commands in a script.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)