Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Grey83
Forum: Plugin/Gameplay Ideas and Requests 08-11-2022, 09:08
Replies: 3
Views: 549
Posted By Grey83
Re: need help with Environment Items ( csgo)

Perhaps this will help to ban the command to players without admin rights, but you need to check.static const char CMD[] = "ent_create";
static int FLAGS;

public void OnPluginStart()
{
FLAGS =...
Forum: Plugin/Gameplay Ideas and Requests 08-11-2022, 09:05
Replies: 3
Views: 549
Posted By Grey83
Re: need help with Environment Items ( csgo)

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

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

public void...
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT -4. The time now is 01:09.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode