Thread: Remove entity
View Single Post
keygens
Senior Member
Join Date: Mar 2010
Location: Somewhere
Old 03-01-2015 , 13:58   Re: Remove entity
Reply With Quote #3

Quote:
Originally Posted by Darkness_ View Post
This should work
PHP Code:
#include <sourcemod>

stock RemovePointCommand()
{
    new 
iEnt;
    while ((
iEnt FindEntityByClassname(iEnt"point_servercommand")) != -1) {
        
AcceptEntityInput(iEnt"Kill");
    }


Hmm...not work too.
keygens is offline