View Single Post
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 08-11-2022 , 09:05   Re: need help with Environment Items ( csgo)
Reply With Quote #2

PHP Code:
static const char CMD[] = "ent_create";
static 
int FLAGS;

public 
void OnPluginStart()
{
    
FLAGS GetCommandFlags(CMD);
    
SetCommandFlags(CMD, (FLAGS & ~FCVAR_CHEAT));
}

public 
void OnPluginEnd()
{
    
SetCommandFlags(CMDFLAGS);

But this plugin will allow to use ent_create with any arguments for any player.
__________________
Grey83 is offline