undefined symbol "SPECIAL_ACTION_PISSING"
#1

Well..how do i define this (code needed?)
Reply
#2

#define SPECIAL_ACTION_PISSING number
Reply
#3

SPECIAL_ACTION_PISSING is not defined by itself you'll have to define it.

pawn Код:
#define SPECIAL_ACTION_PISSING 69
Reply
#4

Quote:
Originally Posted by DaniceMcHarley
Посмотреть сообщение
SPECIAL_ACTION_PISSING is not defined by itself you'll have to define it.

pawn Код:
#define SPECIAL_ACTION_PISSING 69
68 not 69.
Reply
#5

My bad, sorry.
Reply
#6

Update Your a_samp include !
Reply
#7

Quote:
Originally Posted by M0HAMMAD
Посмотреть сообщение
Update Your a_samp include !
1) You're answer is wrong, if you read the wiki, you would know it's not defined in a_samp.

2) We already told him the answer.
Reply
#8

says the same thing.
Reply
#9

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.
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)