Raised This Month: $32 Target: $400
 8% 

SDK Hooks 2.1 - Updated 2011-9-10


Post New Thread Closed Thread   
 
Thread Tools Display Modes
xbatista
Veteran Member
Join Date: Mar 2008
Location: Lithuania
Old 05-23-2011 , 04:49   Re: SDK Hooks 2.0
#1411

Weapon disappears, but model(view model) not until you switch to the next weapon.
__________________
xbatista is offline
Send a message via Skype™ to xbatista
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 05-25-2011 , 01:07   Re: SDK Hooks 2.0
#1412

Why not force a weapon change then?
bl4nk is offline
xbatista
Veteran Member
Join Date: Mar 2008
Location: Lithuania
Old 05-25-2011 , 06:16   Re: SDK Hooks 2.0
#1413

It's better to fix somehow this problem instead of buggy thingys
__________________
xbatista is offline
Send a message via Skype™ to xbatista
natex2012
Member
Join Date: Dec 2009
Old 05-26-2011 , 14:22   Re: SDK Hooks 2.0
#1414

hi. i get a error message in my sm logs about L 05/26/2011 - 00:08:10: [SM] Unable to load extension "sdkhooks.ext": The specified module could not be found. so where to download sdkhooks.ext for l4d?.
natex2012 is offline
psychonic

BAFFLED
Join Date: May 2008
Old 05-26-2011 , 14:27   Re: SDK Hooks 2.0
#1415

Quote:
Originally Posted by natex2012 View Post
hi. i get a error message in my sm logs about L 05/26/2011 - 00:08:10: [SM] Unable to load extension "sdkhooks.ext": The specified module could not be found. so where to download sdkhooks.ext for l4d?.
sdkhooks200.zip attached to first post
psychonic is offline
natex2012
Member
Join Date: Dec 2009
Old 05-26-2011 , 14:42   Re: SDK Hooks 2.0
#1416

Quote:
Originally Posted by psychonic View Post
sdkhooks200.zip attached to first post
hi yes av already installed that on my l4d server but it seams sdkhooks.ext/sdkhooks.ext.dll is missing and thats why i get this message for (L 05/26/2011 - 00:08:10: [SM] Unable to load extension "sdkhooks.ext": The specified module could not be found) cos there was a few plugins that needed this SDK Hooks 2.0 for l4d.
natex2012 is offline
psychonic

BAFFLED
Join Date: May 2008
Old 05-26-2011 , 14:44   Re: SDK Hooks 2.0
#1417

Quote:
Originally Posted by natex2012 View Post
hi yes av already installed that on my l4d server but it seams sdkhooks.ext/sdkhooks.ext.dll is missing and thats why i get this message for (L 05/26/2011 - 00:08:10: [SM] Unable to load extension "sdkhooks.ext": The specified module could not be found) cos there was a few plugins that needed this SDK Hooks 2.0 for l4d.
Check your SM error log.
psychonic is offline
natex2012
Member
Join Date: Dec 2009
Old 05-26-2011 , 14:47   Re: SDK Hooks 2.0
#1418

Quote:
Originally Posted by psychonic View Post
Check your SM error log.
av done and this is it same as the above^ (L 05/26/2011 - 00:08:10: [SM] Unable to load extension "sdkhooks.ext": The specified module could not be found)
natex2012 is offline
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 05-27-2011 , 03:16   Re: SDK Hooks 2.0
#1419

Quote:
Originally Posted by xbatista View Post
It's better to fix somehow this problem instead of buggy thingys
It's not hard or buggy to switch someone's weapon for them:

PHP Code:
stock bool:ChangePlayerWeaponSlot(iClientiSlot) {
    if (
IsClientInGame(iClient) && IsPlayerAlive(iClient)) {
        new 
iWeapon GetPlayerWeaponSlot(iClientiSlot);
        if (
iWeapon MaxClients) {
            
SetEntPropEnt(iClientProp_Send"m_hActiveWeapon"iWeapon);
            return 
true;
        }
    }

    return 
false;

bl4nk is offline
xbatista
Veteran Member
Join Date: Mar 2008
Location: Lithuania
Old 05-27-2011 , 03:26   Re: SDK Hooks 2.0
#1420

I meant I need to fix somehow that bug, because I thought that was SDKHook or maybe strip weapon bug.
__________________
xbatista is offline
Send a message via Skype™ to xbatista
Closed Thread


Thread Tools
Display Modes

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 10:55.


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