This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Bringing Back 1.3 plugin question


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
blatant
Guest
Old 09-24-2005 , 09:54   Bringing Back 1.3 plugin question
Reply With Quote #1

Hi,
I have just recently switched over to amxx from amx and installed the plugin "Bringing Back 1.3". I want to disable auto bunny hopping and have it be manual(not just hit one button) but could not find the commands for the plugin in the sma. I did look to see that manual bhop is a feature but I just cant figure out what to do to enable it.
Also before when I had amx the stats or when I said /rank it would keep all the players that had been to the server even if I restarted the server. With AMXX it restarts the stats every server startup. Is there any way to change this?
Thanks for your time!
blatant
Guest
Old 09-25-2005 , 07:54  
Reply With Quote #2

also my map picker does not work. Is that because I have no maps in the maps.ini?
Thanks
Kensai
Veteran Member
Join Date: Aug 2005
Location: San Diego, California
Old 09-25-2005 , 10:44  
Reply With Quote #3

Code:
public plugin_init(){     register_message(get_user_msgid("HudText"),"hook_hudtext")     register_event("CurWeapon","hook_curweapon","be","1=1","3>0")     register_plugin("Bringin Back Counter-Strike 1.3","1.0","ts2do")     register_event("ResetHUD","ResetHUD","bc")     register_cvar("hostage_push", "1")     register_cvar("hostage_use", "1")     register_cvar("c4_walk", "1")     register_cvar("no_punch", "1")     register_cvar("sbhopper_version", "1.1", FCVAR_SERVER)     register_cvar("bh_enabled", "1")     register_cvar("bh_autojump", "1")     register_cvar("bh_showusage", "1")     register_touch("player","monster_hostage","hostage_push")     register_touch("player","hostage_entity","hostage_push") }

There's your autojump command
Code:
register_cvar("<b>bh_enabled</b>", "1")


Not sure about the stats. Try going to the menu.

Type "amxmodmenu" in console.

Press 9, then 5.

Enable everything you want in there, then press 8 to save it.


It's just blank? That could be a problem.
Kensai is offline
Send a message via AIM to Kensai Send a message via MSN to Kensai
blatant
Guest
Old 09-25-2005 , 14:54  
Reply With Quote #4

thanks. I fixed the stats also
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 02:52.


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