English What's the wron of this?

2 replies
Goto Page
To the start Previous 1 Next To the start
02.01.16 11:33:07 am
Up
Slooper 1
BANNED
Offline Off
hi can u search error in this ?:
More >


look screenshot
IMG:http://s29.postimg.org/f5ueumzw7/aim_shotgun_00000.png
Multiple account of Ya_Bogalb (a.k.a TN Anonymous)
02.01.16 11:44:38 am
Up
GeoB99
Moderator
Offline Off
The problem is in the hooks. From what I see, you've added two say hooks which they both return value as 1 in the function parameter and can cause conflicts between them.
Code:
1
2
addhook("say","admin_say")
addhook("say","admin_say")

That's the issue. The easiest method is by remove one of these hooks and let ONLY one say hook!
02.01.16 11:49:01 am
Up
Slooper 1
BANNED
Offline Off
Quote:
The problem is in the hooks. From what I see, you've added two say hooks which they both return value as 1 in the function parameter and can cause conflicts between them.
Code:
1
2
addhook("say","admin_say")
addhook("say","admin_say")

That's the issue. The easiest method is by remove one of these hooks and let ONLY one say hook!


@user GeoB99: ah thanks , that's help me
Multiple account of Ya_Bogalb (a.k.a TN Anonymous)
To the start Previous 1 Next To the start