undefined symbol "SPECIAL_ACTION_PISSING"
#10

Quote:
Originally Posted by Abagail
Посмотреть сообщение
As I recall(by memory - correct me if i'm wrong) it's id 68. Try this,

#if defined SPECIAL_ACTION_PISSING
#undef SPECIAL_ACTION_PISSING
#define SPECIAL_ACTION_PISSING 68

That should work. Just place it near the top of your script and re-compile.
You should not undefine SPECIAL_ACTION_PISSING, only define it and that's all, also, you're not closing #if using.

PHP код:
#endif 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)