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

Create Edict Fixer.


Post New Thread Reply   
 
Thread Tools Display Modes
kadet.89
Veteran Member
Join Date: Nov 2012
Location: Serbia
Old 03-11-2015 , 12:47   Re: Create Edict Fixer.
Reply With Quote #151

How to count the real number of existed entitis?

My today's result (ze_predator_ultimate_v2, third round) :
L 03/11/2015 - 15:433: World triggered "Round_Start"
L 03/11/2015 - 15:433: "Warning: free edicts below threshold. 99 free edicts remaining"
L 03/11/2015 - 15:433: OnEdictsThreshold count 985 highindex 1947


Should not count be (2048-99) = 1949?
Here is my algorithm:

PHP Code:
        for(new 0!= 2047i++) {
            if(
IsValidEntity(i)) {
                
count++;
                
highindex i
            
}
        } 
Does that mean that "invalid entity" !== "nonexistent entity" ?

Last edited by kadet.89; 03-11-2015 at 12:51.
kadet.89 is offline
Send a message via Skype™ to kadet.89
kadet.89
Veteran Member
Join Date: Nov 2012
Location: Serbia
Old 03-15-2015 , 13:23   Re: Create Edict Fixer.
Reply With Quote #152

It seems PEntityOfEntIndex doesn't work properly, can somebody replace it with IsValidEntity ? I can't compile this extension with my sdk... it's too new
And add please some log messages for indexes > 1948

------------
Ok, if anybody can recompile this extension, just let me know

Last edited by kadet.89; 03-20-2015 at 13:32.
kadet.89 is offline
Send a message via Skype™ to kadet.89
Kriax
Senior Member
Join Date: Apr 2012
Old 05-15-2015 , 13:47   Re: Create Edict Fixer.
Reply With Quote #153

it still works?
Kriax is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 05-15-2015 , 14:24   Re: Create Edict Fixer.
Reply With Quote #154

Quote:
Originally Posted by Kriax View Post
it still works?
On cstrike, yes.
KyleS is offline
Kriax
Senior Member
Join Date: Apr 2012
Old 05-15-2015 , 14:39   Re: Create Edict Fixer.
Reply With Quote #155

What does he do exactly?
Sorry, English is not my radius: /
Could you explain more easily?
Kriax is offline
gamemann
Veteran Member
Join Date: Sep 2009
Location: Mullica Hill, New Jersey
Old 09-19-2015 , 17:37   Re: Create Edict Fixer.
Reply With Quote #156

Here's an updated version of CEF for Linux. This broke in the last OrangeBox update (9-16-15).

Credits for the fix go to Botox.

Thanks.
Attached Files
File Type: so cef_mm_i486.so (12.0 KB, 532 views)
__________________
Software/network engineer. I often work on a neat project called The Modding Community.

Check out my GitHub here!

Last edited by gamemann; 09-19-2015 at 17:38.
gamemann is offline
Send a message via Skype™ to gamemann
MaloModo
Veteran Member
Join Date: Aug 2008
Old 10-07-2015 , 16:21   Re: Create Edict Fixer.
Reply With Quote #157

Quote:
Originally Posted by gamemann View Post
Here's an updated version of CEF for Linux. This broke in the last OrangeBox update (9-16-15).

Credits for the fix go to Botox.

Thanks.
How is this working?
MaloModo is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 10-07-2015 , 17:37   Re: Create Edict Fixer.
Reply With Quote #158

Quote:
Originally Posted by MaloModo View Post
How is this working?
It may have been recompiled against the new SDK, that's it.
KyleS is offline
ijam_j
Member
Join Date: Mar 2007
Old 12-02-2015 , 20:52   Re: Create Edict Fixer.
Reply With Quote #159

Quote:
Originally Posted by KyleS View Post
On cstrike, yes.
What about other games? Does Insurgency works? I hosts Insurgency dedicated server on windows. Can I use this?

Last edited by ijam_j; 12-02-2015 at 20:53.
ijam_j is offline
eric0279
AlliedModders Donor
Join Date: May 2007
Old 12-05-2015 , 00:11   Re: Create Edict Fixer.
Reply With Quote #160

Hello,

work for csgo?
eric0279 is offline
Reply


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 04:03.


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