View Single Post
Nekoz
Member
Join Date: Oct 2016
Old 07-14-2018 , 11:46   Re: How to prevent IgniteEntity duplicate?
Reply With Quote #10

Quote:
Originally Posted by Crasher_3637 View Post
This is basically what everyone said above:

PHP Code:
if (damagetype DMG_BURN && !g_bPlayerBurning[client])
{
    
g_bPlayerBurning[client] = true;
    
IgniteEntity(client10.0);
    return 
Plugin_Handled;
}
return 
Plugin_Continue
It still stack. I'm not sure why.
Is there a way to make my own ignite entity?

Last edited by Nekoz; 07-14-2018 at 11:47.
Nekoz is offline