Raised This Month: $51 Target: $400
 12% 

Amx Super - Menu request


Post New Thread Reply   
 
Thread Tools Display Modes
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 10-09-2011 , 14:30   Re: Amx Super - Menu request
Reply With Quote #11

Saved as UTF-8 without BOM ?
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
FOUTA
Senior Member
Join Date: Nov 2010
Location: Lebanon
Old 10-16-2011 , 15:41   Re: Amx Super - Menu request
Reply With Quote #12

darkgod the bury and unbury thing, is true
sometimes when executing the bury command it works fine
but when i try to unbury, it does the bury thing, so it burys him even more
it happened with me more than once, but sometimes it works perfectly
__________________
www.cstuts.tk
Everything you might for Counter Strike
FOUTA is offline
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 10-16-2011 , 21:26   Re: Amx Super - Menu request
Reply With Quote #13

It's weird because what the unbury does is this:
Code:
    get_user_origin(victim, origin)     origin[2] +=    35     fm_set_user_origin(victim, origin)
and what bury does is this:
Code:
    get_user_origin(victim, origin)     origin[2] -=    30     fm_set_user_origin(victim, origin)

I don't see what could cause that :/
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 10-17-2011 , 05:50   Re: Amx Super - Menu request
Reply With Quote #14

For the bury / unbury problem, change line 837 in amx_super_menu.sma from this:
PHP Code:
        format(keycharsmax(key), "\yAMXSUPER_%s", (g_menuProperties[id]) ? "UNBURY" "BURY"); 
to this:

PHP Code:
        format(keycharsmax(key), "AMXSUPER_%s", (g_menuProperties[id]) ? "UNBURY" "BURY"); 
And line 806 from this:
PHP Code:
case buryunburyclient_cmd(idmenuCmd[bury], name); 
to this:
PHP Code:
case buryunburyclient_cmd(idmenuCmd[g_menuProperties[id] ? unbury bury], name); 
@ DarkGod: The problem was in the menu, it was set to bury every time instead of checking the client's menu setting.
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 10-17-2011 , 07:29   Re: Amx Super - Menu request
Reply With Quote #15

Yay for Drekes. This is why he's my favorite.
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 10-17-2011 , 07:35   Re: Amx Super - Menu request
Reply With Quote #16

I uploaded the fixed version of the menu to the main thread. I didn't update the zip, though.
Thanks again, drekes.
__________________

Last edited by DarkGod; 10-17-2011 at 07:39. Reason: Spacing is important.
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
forid786786
Senior Member
Join Date: Oct 2011
Location: U.K (Cs 1.6 world)
Old 10-24-2011 , 15:21   Re: Amx Super - Menu request
Reply With Quote #17

Now i can see that the amx_bury command has been fixed on amx_super 5.0 but the menu has some problems when i bury someone it unbury's them and when i unbury them it burys them so can someone please fix this

Thanks
__________________
Thanks
forid786786 is offline
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 10-24-2011 , 17:12   Re: Amx Super - Menu request
Reply With Quote #18

Are you using the latest updates of the menu code ?
I'm pretty sure it's fixed.

Edit:
Tested myself, seems to work fine.
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.

Last edited by drekes; 10-24-2011 at 17:15.
drekes is offline
Send a message via MSN to drekes
forid786786
Senior Member
Join Date: Oct 2011
Location: U.K (Cs 1.6 world)
Old 11-02-2011 , 17:46   Re: Amx Super - Menu request
Reply With Quote #19

Drekes can you please give me a link to all the latest amx_super files like amx_supermenu , amx_super serious and so on
__________________
Thanks
forid786786 is offline
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 11-02-2011 , 17:56   Re: Amx Super - Menu request
Reply With Quote #20

Quote:
Originally Posted by forid786786 View Post
Drekes can you please give me a link to all the latest amx_super files like amx_supermenu , amx_super serious and so on
The latest will always be available on Github.
https://github.com/bmann420/AMX-Super

or a .zip with it all (this link will auto-update): https://github.com/bmann420/AMX-Super/zipball/master
__________________

Last edited by DarkGod; 11-02-2011 at 17:57.
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
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 04:10.


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