[Include] Random Messages 1.0 Friendly user!
#6

Quote:
Originally Posted by wups
Посмотреть сообщение
I'd do with loading/saving/removing. Also the size 64 is not enough for some messages.

Edit:
And why :
pawn Код:
#if defined MAX_MESSAGES
#undef MAX_MESSAGES
#define MAX_MESSAGES                    50
#else
#define MAX_MESSAGES                    50
#endif
You should let the users define it before including it.
pawn Код:
#if !defined MAX_MESSAGES
   #define MAX_MESSAGES 50
#endif
I was in dought if !define would work :b
Anyways thanks for the tip (:
Quote:
Originally Posted by HyperZ
Посмотреть сообщение
Well done .
Gracias buddy (:
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)