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

Hook


Post New Thread Reply   
 
Thread Tools Display Modes
sun0f4s0n
Junior Member
Join Date: Feb 2010
Old 01-18-2011 , 15:47   Re: Hook
Reply With Quote #91

When I set at sv_hookinstant 1, hook does not want to cling to the walls, only to the sky. Can you fix that ? Can you make Hook clung to the walls?
I really need this fix. Very nice plugin.
sun0f4s0n is offline
Old 01-22-2011, 23:14
Motherfat
This message has been deleted by Motherfat.
3m4n
Junior Member
Join Date: Sep 2010
Old 02-02-2011 , 05:19   Re: Hook
Reply With Quote #92

Quote:
Originally Posted by sun0f4s0n View Post
When I set at sv_hookinstant 1, hook does not want to cling to the walls, only to the sky. Can you fix that ? Can you make Hook clung to the walls?
I really need this fix. Very nice plugin.
I'm sorry, there is no problem eny more !
3m4n is offline
mysticssjgoku4
Veteran Member
Join Date: Jan 2005
Location: Chicago Heights, IL
Old 05-15-2011 , 02:23   Re: Hook
Reply With Quote #93

plugin doesnt work on regualr hldm with cstrike commented out. Says "Invalid CVar pointeR".
//---update

comment out cstrike include, and change the plugin ini to this:

Code:
public plugin_init() {     register_plugin("Hook", "1.5", "P34nut")             // Register cvars     register_cvar("sv_amxxhookmod""version 1.5", FCVAR_SERVER) // yay public cvar     pHook =     register_cvar("sv_hook", "1")     pThrowSpeed =   register_cvar("sv_hookthrowspeed", "1000")     pSpeed =    register_cvar("sv_hookspeed", "300")     pWidth =    register_cvar("sv_hookwidth", "32")     pSound =    register_cvar("sv_hooksound", "1")     pColor =    register_cvar("sv_hookcolor", "1")     pPlayers =  register_cvar("sv_hookplayers", "0")     pInterrupt =    register_cvar("sv_hookinterrupt", "0")     pAdmin =    register_cvar("sv_hookadminonly""0")     pHookSky =  register_cvar("sv_hooksky", "0")     pOpenDoors =    register_cvar("sv_hookopendoors", "1")     pUseButtons =   register_cvar("sv_hookusebuttons", "1")     pHostage =  register_cvar("sv_hookhostflollow", "1")     pWeapons =  register_cvar("sv_hookpickweapons", "1")     pInstant =  register_cvar("sv_hookinstant", "0")     pHookNoise =    register_cvar("sv_hooknoise", "0")     pMaxHooks =     register_cvar("sv_hookmax", "0")     pRndStartDelay = register_cvar("sv_hookrndstartdelay", "0.0")         // Hook commands     register_clcmd("+hook", "make_hook")     register_clcmd("-hook", "del_hook")         register_concmd("amx_givehook", "give_hook", ADMINLEVEL, "<Username> - Give somebody access to the hook")     register_concmd("amx_takehook", "take_hook", ADMINLEVEL, "<UserName> - Take away somebody his access to the hook")         // Events for roundstart     //register_event("HLTV", "round_bstart", "a", "1=0", "2=0")     //register_logevent("round_estart", 2, "1=Round_Start")         // Player spawn stuff     //register_event("TextMsg", "Restart", "a", "2=#Game_will_restart_in")     register_clcmd("fullupdate", "Update")     register_event("ResetHUD", "ResetHUD", "b")         // Touch forward     register_forward(FM_Touch, "fwTouch")         // Get maxplayers     gMaxPlayers = get_maxplayers() }
__________________


Last edited by mysticssjgoku4; 05-15-2011 at 02:36.
mysticssjgoku4 is offline
Send a message via AIM to mysticssjgoku4 Send a message via MSN to mysticssjgoku4
tropicana
Junior Member
Join Date: Nov 2007
Old 10-18-2011 , 17:07   Re: Hook
Reply With Quote #94

hi, ive noticed that the hook doesn't grab on to some entities. I have a dedicated cs server full of nipper maps and the hook just doesn't seem to be hooking on to some of the walls. Will there be a fix?
tropicana is offline
Sammer123
BANNED
Join Date: Jan 2012
Old 01-20-2012 , 07:59   Re: Hook
Reply With Quote #95

PLZ hook doesn't Work
HELP what should i write ??
NOTE : I want hook for admin just !
Sammer123 is offline
Sammer123
BANNED
Join Date: Jan 2012
Old 01-21-2012 , 05:27   Re: Hook
Reply With Quote #96

hey HELP ??
Sammer123 is offline
Sammer123
BANNED
Join Date: Jan 2012
Old 01-21-2012 , 17:41   Re: Hook
Reply With Quote #97

HELP !!!
anyone help me
Sammer123 is offline
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 01-21-2012 , 21:31   Re: Hook
Reply With Quote #98

no matter how much you spam wont make some one help you faster.
Doc-Holiday is offline
Sammer123
BANNED
Join Date: Jan 2012
Old 01-22-2012 , 04:57   Re: Hook
Reply With Quote #99

Ok now help ?
Sammer123 is offline
2wicky
Junior Member
Join Date: Feb 2010
Old 02-09-2012 , 05:47   Re: Hook
Reply With Quote #100

Can I use plugin on deathmatch classic?
2wicky 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 21:42.


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