Hooking Log Callback Names
#1

How can I hook a long call back name like OnPlayerClickPlayerTextDraw ?

I get the following error.
Код:
warning 200: symbol "_ALS_OnPlayerClickPlayerTextDra" is truncated to 31 characters
Reply
#2

Quote:
Originally Posted by mprofitt
Посмотреть сообщение
How can I hook a long call back name like OnPlayerClickPlayerTextDraw ?

I get the following error.
Код:
warning 200: symbol "_ALS_OnPlayerClickPlayerTextDra" is truncated to 31 characters
Apparently it's just a name and can be changed with:-

pawn Код:
_H_OnPlayerClickPlayerTextDraw
Have a try
(I'm not sure if it really works but trying to help )
-FalconX
Reply
#3

Delete.
Reply
#4

Quote:
Originally Posted by FalconX
Посмотреть сообщение
Apparently it's just a name and can be changed with:-

pawn Код:
_H_OnPlayerClickPlayerTextDraw
Have a try
(I'm not sure if it really works but trying to help )
-FalconX
I tried but get this error.

Код:
 : warning 203: symbol is never used: "OnPlayerClickPlayerTextDraw"
Reply
#5

Quote:
Originally Posted by mprofitt
Посмотреть сообщение
I tried but get this error.

Код:
 : warning 203: symbol is never used: "OnPlayerClickPlayerTextDraw"
Correction: You was right, it worked! Thanks.
Reply
#6

Quote:
Originally Posted by mprofitt
Посмотреть сообщение
Correction: You was right, it worked! Thanks.
Glad I helped you x)

-FalconX
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)