Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: OZZI
Forum: Plugin/Gameplay Ideas and Requests 04-11-2021, 10:04
Replies: 1
Views: 627
Posted By OZZI
Checking for admin flag

In the plugin below I would like to have the ability to make it admin only. So only admins can use the plugin. The plugin shows the damage you do to other players, and a plugin have been done with...
Forum: Scripting 04-04-2021, 10:05
Replies: 8
Views: 1,458
Posted By OZZI
Re: Checking for flag in script

I have marked line 175:

public void Event_PlayerHurt(Event event, const char[] name, bool dontBroadcast)
{
if(!bEnable)
return;

static int victim, attacker, health, dmg;
if(!(attacker...
Forum: Scripting 04-04-2021, 06:56
Replies: 8
Views: 1,458
Posted By OZZI
Re: Checking for flag in script

When I try to compile the code I get the error: plugin.sp(175) : error 100: function prototypes do not match

How can i fix it?

public Action TimerHit_CallBack(Handle timer, int userid, int...
Forum: Scripting 03-18-2021, 15:41
Replies: 8
Views: 1,458
Posted By OZZI
Re: Checking for flag in script

So how am I supposed to implement it into the plugin. I can tell you need to paste in the bool. But the "public Action Test" im kinda confused about. Do i need to paste in the code separately or...
Forum: Scripting 03-18-2021, 12:56
Replies: 8
Views: 1,458
Posted By OZZI
Checking for flag in script

So I was wondering if there was a way to check for a flag within a script. I know there is alot of plugins that do it, like some VIP systems do. I was wondering how you do it and if so, if it could...
Forum: Scripting 03-06-2021, 09:21
Replies: 0
Views: 863
Posted By OZZI
Adding so you need flag to use plugin

I have found a plugin that allows you to show the damage done to opponents in CS:GO, the thing is that i would like it to only be enabled for VIP users with the "a" flag. I have tried to use the...
Forum: General 02-11-2021, 09:46
Replies: 2
Views: 598
Posted By OZZI
Re: disabling game_text on server side

I run a plugin for a csgo server which, when you damage a player, displays the damage you have done to that player through the game_text feature, i want to be able to enable it again with a command,...
Forum: General 02-10-2021, 07:34
Replies: 2
Views: 598
Posted By OZZI
disabling game_text on server side

So i run a server where i need to disable game_text from all players who join the server, i'm aware of a plugins that does it for individual player, i have tried using it, but since it is client side...
Forum: General 02-05-2021, 13:09
Replies: 7
Views: 1,096
Posted By OZZI
Re: Enable plugins for players with specific flag

https://forums.alliedmods.net/showthread.php?t=318545

Here is the link to the plugin im using. Hope it helps.
Forum: General 02-04-2021, 15:12
Replies: 7
Views: 1,096
Posted By OZZI
Re: Enable plugins for players with specific flag

So i tried following a guide on how to create your own admin menu

adminmenu_custom.txt
"Commands"
{
"vip"
{
"Show Damage"
{
"cmd" "@1"
Forum: General 02-02-2021, 13:47
Replies: 7
Views: 1,096
Posted By OZZI
Enable plugins for players with specific flag

So i want to enable a plugin for a player with the flag "a", but all I can seem to find is how to enable commands so only a player with a certain flag can use that command, but not on a plugin level....
Showing results 1 to 11 of 11

 
Forum Jump

All times are GMT -4. The time now is 06:48.


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