This commit is contained in:
Jackzie 2025-01-22 23:25:20 -06:00
parent e343fc0346
commit eae0356c03
5 changed files with 30 additions and 21 deletions

View file

@ -884,6 +884,7 @@ stock bool IsAreaClear(const float pos[3], const float ang[3], const float minBo
}
stock Action Timer_KillEntity(Handle h, int entity) {
RemoveEntity(entity);
return Plugin_Handled;
}