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

[ANY] Hook Grab Rope (1.1.4)


Post New Thread Reply   
 
Thread Tools Display Modes
5IVE
New Member
Join Date: Sep 2017
Old 11-10-2019 , 03:50   Re: FIX 2019 to [ANY] Hook Grab Rope (1.1.4)
Reply With Quote #131

FIX 2019

L 11/10/2019 - 11:14:48: [SM] Exception reported: Client 2 is not in game
L 11/10/2019 - 11:14:48: [SM] Blaming: hookgrabrope.smx
L 11/10/2019 - 11:14:48: [SM] Call stack trace:
L 11/10/2019 - 11:14:48: [SM] [0] PrintCenterText
L 11/10/2019 - 11:14:48: [SM] [1] Line 1701, hookgrabrope.sp::GrabSearch

Change line 1701 with:
PHP Code:
PrintCenterText(client"%t""Searching"); // Tell client the plugin is searching for a target 
to
PHP Code:
if(IsClientInGame(client)) PrintCenterText(client"%t""Searching"); // Tell client the plugin is searching for a target 
And fix warnings compilation change lines:
PHP Code:
207:
with OriginOffset FindSendPropOffs("CBaseEntity""m_vecOrigin");
to OriginOffset FindSendPropInfo("CBaseEntity""m_vecOrigin");

211:
with GetVelocityOffset_x FindSendPropOffs("CBasePlayer""m_vecVelocity[0]");
to GetVelocityOffset_x FindSendPropInfo("CBasePlayer""m_vecVelocity[0]");

215:
with GetVelocityOffset_y FindSendPropOffs("CBasePlayer""m_vecVelocity[1]");
to GetVelocityOffset_y FindSendPropInfo("CBasePlayer""m_vecVelocity[1]");

219:
with GetVelocityOffset_z FindSendPropOffs("CBasePlayer""m_vecVelocity[2]");
to GetVelocityOffset_z FindSendPropInfo("CBasePlayer""m_vecVelocity[2]");

224:
to CreateConVar("sm_hgr_version"PLUGIN_VERSION"[HGR] Plugin version"); 
Attached Files
File Type: sp Get Plugin or Get Source (hookgrabrope.sp - 279 views - 71.9 KB)

Last edited by 5IVE; 11-10-2019 at 13:22.
5IVE is offline
Templar
New Member
Join Date: May 2020
Old 05-20-2020 , 13:40   Re: [ANY] Hook Grab Rope (1.1.4)
Reply With Quote #132

L 05/20/2020 - 15:48:22: [SM] Exception reported: Client 24 is not in game
L 05/20/2020 - 15:48:22: [SM] Blaming: hookgrabrope.smx
L 05/20/2020 - 15:48:22: [SM] Call stack trace:
L 05/20/2020 - 15:48:22: [SM] [0] IsPlayerAlive
L 05/20/2020 - 15:48:22: [SM] [1] Line 1665, hookgrabrope.sp::Action_Grab
L 05/20/2020 - 15:48:22: [SM] [2] Line 1009, hookgrabrope.sp::GrabCmd
L 05/20/2020 - 15:48:22: [SM] [3] Line 1015, hookgrabrope.sp:ropCmd

Can someone fix the errors?
Templar is offline
Jerem
Junior Member
Join Date: Oct 2020
Location: France
Old 10-07-2020 , 08:27   Re: [ANY] Hook Grab Rope (1.1.4)
Reply With Quote #133

Hi, I'm tired to get grabed by others in my server, so i wonder if it's possible to add an immunity that you can't target specific flag(s), without simply disable access for others admin, and how ?
Thanks you very much in advance for your answer(s)
Jerem is offline
mrdiega
Member
Join Date: Dec 2020
Old 12-08-2020 , 16:59   Re: [ANY] Hook Grab Rope (1.1.4)
Reply With Quote #134

Hello. Can you please tell me how to make sure that access is only at the end of the round?
mrdiega is offline
Kleiner
Member
Join Date: Dec 2017
Location: Russia, Chelyabinsk
Old 12-30-2020 , 02:01   Re: [ANY] Hook Grab Rope (1.1.4)
Reply With Quote #135

Russian translation.
Attached Files
File Type: txt hookgrabrope.phrases.txt (1.1 KB, 77 views)
Kleiner 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 20:15.


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