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

[L4D2] Incapped Crawling with Animation (2.9) [11-Dec-2022]


Post New Thread Reply   
 
Thread Tools Display Modes
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 10-08-2010 , 08:07   Re: [L4D2] Incapped Crawling with Animation (1.11)
Reply With Quote #61

I changed the view from "firstpersonshoulder" to "firstperson" but I forgot thats cheat protected, so the view would not change.

Thirdpersonshoulder is slightly broken since the update, basically the view is off position to the right. Can't describe, best to see.
__________________
Silvers is offline
iNFiNiTeX
Senior Member
Join Date: Dec 2009
Old 10-10-2010 , 13:34   Re: [L4D2] Incapped Crawling with Animation (1.11)
Reply With Quote #62

This error spammed my console for about 45 seconds straight on one occasion.

Code:
L 10/10/2010 - 00:51:54: [SM] Native "GetClientHealth" reported: Client 7 is not in game
L 10/10/2010 - 00:51:54: [SM] Displaying call stack trace for plugin "l4d2_incapped_crawling_1.11.smx":
L 10/10/2010 - 00:51:54: [SM]   [0]  Line 526, /home/groups/alliedmodders/forums/files/8/5/7/7/8/74757.attach::HurtPlayer()
L 10/10/2010 - 00:51:54: [SM]   [1]  Line 514, /home/groups/alliedmodders/forums/files/8/5/7/7/8/74757.attach::tmrHurt()
Attached Files
File Type: zip errors_20101010.zip (2.6 KB, 107 views)
iNFiNiTeX is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 10-10-2010 , 14:00   Re: [L4D2] Incapped Crawling with Animation (1.13)
Reply With Quote #63

Hi iNFiNiTeX, sorry about that, hopefully the latest version (1.13) fixes this. Thanks for your error report.
__________________
Silvers is offline
iNFiNiTeX
Senior Member
Join Date: Dec 2009
Old 10-10-2010 , 14:07   Re: [L4D2] Incapped Crawling with Animation (1.13)
Reply With Quote #64

Thanks for the update, please upload a compiled version... Can't compile it myself.
iNFiNiTeX is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 10-10-2010 , 14:08   Re: [L4D2] Incapped Crawling with Animation (1.13)
Reply With Quote #65

Fixed
__________________

Last edited by Silvers; 10-10-2010 at 14:13.
Silvers is offline
honorcode23
BANNED
Join Date: Mar 2010
Location: Chile
Old 10-10-2010 , 22:35   Re: [L4D2] Incapped Crawling with Animation (1.13)
Reply With Quote #66

Can anybody around post a short vid showing up the newest version? Thanks in advance .
honorcode23 is offline
iNFiNiTeX
Senior Member
Join Date: Dec 2009
Old 10-11-2010 , 04:12   Re: [L4D2] Incapped Crawling with Animation (1.13)
Reply With Quote #67

Quote:
Originally Posted by Silvers View Post
Fixed
Afraid not, still getting the errors, even worse then last time.
Attached Files
File Type: zip errors_20101011.zip (6.0 KB, 116 views)
iNFiNiTeX is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 10-11-2010 , 05:42   Re: [L4D2] Incapped Crawling with Animation (1.13)
Reply With Quote #68

Damn the number 13! Will sort it out later today. Back to 1.11 for now.
__________________
Silvers is offline
honorcode23
BANNED
Join Date: Mar 2010
Location: Chile
Old 10-11-2010 , 10:51   Re: [L4D2] Incapped Crawling with Animation (1.13)
Reply With Quote #69

Quote:
Originally Posted by Silvers View Post
Damn the number 13! Will sort it out later today. Back to 1.11 for now.
Yo, uhm, you should always put a IsValidEntity(client) and then a IsClientInGame(client) for filters .

Code:
*STUFF*

if(client > 0 && IsValidEntity(client) && IsClientInGame(client))
{
           *MORE STUFF*
}
Then the error will be gone.

EDIT: Dont want to annoy you but, another thing, you should use MaxClients instead of MAXPLAYERS, so the loop would be something like

Code:
for(i=1; i <= MaxClients; i++)
Hopefully you won't get any errors anymore . (Hope you don't get mad at me for trying to help either xD).

Last edited by honorcode23; 10-11-2010 at 10:55.
honorcode23 is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 10-11-2010 , 12:58   Re: [L4D2] Incapped Crawling with Animation (1.11)
Reply With Quote #70

Thaks Honorcode, thats exactly what I was going to do Will update this evening when I'm free.
__________________
Silvers 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 10:11.


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