Raised This Month: $ Target: $400
 0% 

[Help] Question


Post New Thread Reply   
 
Thread Tools Display Modes
1liornatan
Member
Join Date: Sep 2010
Old 06-29-2012 , 12:09   Re: [Help] Question
Reply With Quote #11

the "another menu" is not a menu that i created or another plugin that i have,
its the menu from buyzone...
how can i check if another menu has been opened?
thanks for helping bro :]
1liornatan is offline
MyPc
Senior Member
Join Date: Sep 2011
Old 06-29-2012 , 12:10   Re: [Help] Question
Reply With Quote #12

Quote:
Originally Posted by 1liornatan View Post
the "another menu" its not a menu that i created, its the menu from buyzone...
how can i check if it opened
hook "buy" cmd
-->
cs_get_user_buyzone
..
Code:
#include <amxmodx> #include <cstrike> new bool:b; public plugin_init() {     register_clcmd( "buy", "CmdBuy" ); } public CmdBuy( iPlayer ) {     if ( cs_get_user_buyzone( iPlayer ) )     {         // user opened buy menu     } }

Last edited by MyPc; 06-29-2012 at 12:12.
MyPc is offline
1liornatan
Member
Join Date: Sep 2010
Old 06-29-2012 , 12:30   Re: [Help] Question
Reply With Quote #13

Is there any another way?
cause if its from another plugins and i dont wanna change it???

Last edited by 1liornatan; 06-29-2012 at 12:31.
1liornatan is offline
MyPc
Senior Member
Join Date: Sep 2011
Old 06-29-2012 , 12:31   Re: [Help] Question
Reply With Quote #14

Quote:
Originally Posted by 1liornatan View Post
there is any another way?
cause if its from another plugins and i dont wanna change it???
I dont understand you.
MyPc is offline
1liornatan
Member
Join Date: Sep 2010
Old 06-29-2012 , 12:32   Re: [Help] Question
Reply With Quote #15

is there any another way??
i mean by checking if another menu was opened or something like that...
[sorry for bad english... i have some mistakes]
1liornatan is offline
MyPc
Senior Member
Join Date: Sep 2011
Old 06-29-2012 , 12:35   Re: [Help] Question
Reply With Quote #16

http://www.amxmodx.org/funcwiki.php?go=func&id=280
MyPc is offline
1liornatan
Member
Join Date: Sep 2010
Old 06-29-2012 , 12:37   Re: [Help] Question
Reply With Quote #17

thanks dude,
you helped me so much. =]
1liornatan is offline
MyPc
Senior Member
Join Date: Sep 2011
Old 06-29-2012 , 12:38   Re: [Help] Question
Reply With Quote #18

Quote:
Originally Posted by 1liornatan View Post
thanks dude,
you helped me so much. =]
np, though u could have asked in fxp.
MyPc is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:55.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode