View Single Post
Ilusion9
Veteran Member
Join Date: Jun 2018
Location: Romania
Old 08-23-2019 , 14:08   Re: [Question] Entity Index
Reply With Quote #13

PHP Code:

public void OnEntityCreated(int entity, const char[] classname)
{
    if (
StrEqual(classname"smokegrenade_projectile"false))
    {
        
SdkHook(entitySDKHook_SpawnOnSpawnPost);
    }
}

public 
Action OnSpawnPost(int entity)
{
    
DispatchKeyValue(entity"targetname""ArtilleryStrikeMark");

Can you say what are you trying to do exactly with this entity?
__________________
Ilusion9 is offline