Thread: [Help] ent
View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 12-09-2018 , 19:59   Re: [Help] ent
Reply With Quote #7

Think about it.. If it is saying the line being called on 'id' is resulting in an invalid entity error, this means you should also put a check on the entity associated with 'id'.
PHP Code:
if ( !pev_valident ) || !pev_validid ) )
        return 
FMRES_IGNORED 
__________________

Last edited by Bugsy; 12-09-2018 at 20:01.
Bugsy is offline