View Single Post
romeo7
Senior Member
Join Date: Mar 2017
Old 07-16-2018 , 15:33   Re: [CS:GO] Experimental: Zombie Plague 8.0.4
Reply With Quote #519

Quote:
Originally Posted by gubka View Post
Please dont report errors from the previous versions That error can't be happend in ver after 8.0.3

PHP Code:
public void OnEntityCreated(int entityIndex, const char[] sClassname)
{
    
// Validate entity
    
if(entityIndex INVALID_ENT_REFERENCE/// Bugfix for some sm builds
    
{
        
// Forward event to sub-modules
        
WeaponSDKOnCreated(entityIndexsClassname);
    }

P.S INVALID_ENT_REFERENCE = -1
bug not fixed. same error 8.0.3, 8.0.4, 8.0.5 too
sm=latest build

Edit: I have found problem. Problem is SM Compiler. You are using SM 1.8 Compiler. Please update your COMPILER and INCLUDE files to SM 1.9.
Hot Solution: USING SM 1.8 COMPILER.

Last edited by romeo7; 07-16-2018 at 16:03.
romeo7 is offline