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

Showing results 1 to 25 of 169
Search took 0.01 seconds.
Search: Posts Made By: SSheriFF
Forum: Plugin/Gameplay Ideas and Requests 04-11-2021, 07:40
Replies: 3
Views: 1,869
Posted By SSheriFF
Re: Old player name

https://forums.alliedmods.net/showthread.php?p=2190494
Forum: Plugin/Gameplay Ideas and Requests 04-08-2021, 07:34
Replies: 1
Views: 520
Posted By SSheriFF
Re: [CS:GO] TOP CREDITS LIST PLUGIN FOR Store by Zephyrus

https://forums.alliedmods.net/showthread.php?t=324904
use google next time...
Forum: General 03-29-2021, 12:06
Replies: 5
Views: 1,118
Posted By SSheriFF
Re: Csgo Force Endround

This cvar "mp_ignore_round_win_conditions" should be 0 not 1
Forum: Scripting 03-19-2021, 07:53
Replies: 5
Views: 1,664
Posted By SSheriFF
Re: [CS:GO] Closing team menu

Try this cvar
sv_disable_show_team_select_menu 1
Forum: Plugins 03-10-2021, 06:47
Replies: 15
Views: 6,522
Posted By SSheriFF
Re: [CS:GO/ANY?] In game BanLister for Sourcebans

Check again your database connection and for some reason you didnt provide the most important line of the error (the error itself....)
Forum: Plugins 02-23-2021, 12:56
Replies: 7
Views: 5,129
Posted By SSheriFF
Forum: Plugin/Gameplay Ideas and Requests 02-07-2021, 19:00
Replies: 1
Views: 585
Posted By SSheriFF
Re: Send Messages to server from discord

https://forums.alliedmods.net/showthread.php?p=2617899
Forum: Unapproved Plugins 02-06-2021, 11:56
Replies: 6
Views: 2,058
Posted By SSheriFF
Re: [CSGO] Kitsune - DetectSmoke API

Great idea, thank you!
Forum: Plugin/Gameplay Ideas and Requests 01-15-2021, 09:27
Replies: 5
Views: 971
Posted By SSheriFF
Re: Send discord notifications or store in mysql when certain words are said

I can make it for you. Add me on discord: WilDick#1524
Forum: Plugin/Gameplay Ideas and Requests 01-09-2021, 14:42
Replies: 2
Views: 570
Posted By SSheriFF
Re: CS-GO - Plugin for everyone to kill themselves

You need both commands:
mp_friendlyfire 1
mp_teammates_are_enemies 1
Forum: Plugin/Gameplay Ideas and Requests 01-04-2021, 07:41
Replies: 3
Views: 1,093
Posted By SSheriFF
Re: Fake Drop

https://forums.alliedmods.net/showpost.php?p=2721454&postcount=7
Forum: Plugin/Gameplay Ideas and Requests 01-03-2021, 20:16
Replies: 9
Views: 1,658
Posted By SSheriFF
Re: [CS:GO] Overtime Plugin request

Try that
#include <sourcemod>
#include <sdktools>
#include <cstrike>

#pragma semicolon 1
#pragma newdecls required

public void OnPluginStart()
{
Forum: Plugin/Gameplay Ideas and Requests 12-30-2020, 11:53
Replies: 12
Views: 2,239
Posted By SSheriFF
Re: [CSGO] Looking for NoBlock plugin

try this https://forums.alliedmods.net/showpost.php?p=2441026&postcount=199
Forum: Scripting 12-27-2020, 18:13
Replies: 1
Views: 529
Posted By SSheriFF
Re: Problem

Change
ReplyToCommand(target, "%s you get %d coins from player %N ", TAG, argument2, client);
ReplyToCommand(client, "%s you give player %N %d coins", TAG, target, argument2);
To...
Forum: Scripting 12-07-2020, 10:22
Replies: 6
Views: 1,354
Posted By SSheriFF
Re: [CSGO] Detect death caused by team change

You can save the last position of the player and then respawn and teleport this player to his last location
Forum: Plugin/Gameplay Ideas and Requests 11-27-2020, 13:13
Replies: 10
Views: 1,091
Posted By SSheriFF
Re: Plugin for NO TIE

not tested
public Action CS_OnTerminateRound(float& delay, CSRoundEndReason& reason)
{
if(reason == CSRoundEnd_Draw)
reason = CSRoundEnd_CTWin; //use "CSRoundEnd_TerroristWin" to make...
Forum: Plugin/Gameplay Ideas and Requests 11-27-2020, 13:07
Replies: 3
Views: 518
Posted By SSheriFF
Re: question with "if"

#include <sourcemod>
#include <sdktools>
#include <cstrike>

bool g_bIsAllowed = false;

public void OnPluginStart()
{
HookEvent("round_start", OnRoundStart);
}
Forum: Plugin/Gameplay Ideas and Requests 11-27-2020, 09:49
Replies: 10
Views: 1,091
Posted By SSheriFF
Re: Plugin for NO TIE

Thats the result you wanted to get, am i wrong?
Forum: Plugin/Gameplay Ideas and Requests 11-26-2020, 12:49
Replies: 10
Views: 1,091
Posted By SSheriFF
Re: Plugin for NO TIE

try
https://forums.alliedmods.net/showpost.php?p=2608716&postcount=7
Forum: Plugin/Gameplay Ideas and Requests 11-25-2020, 09:36
Replies: 12
Views: 1,507
Posted By SSheriFF
Re: [Request] Plugin that binds things without changing player cfg

Try that. Also you didnt mention which game.
#include <cstrike>
public Action CS_OnCSWeaponDrop(int client, int weaponIndex)
{
FakeClientCommand(client, "sm_guns");
}
Forum: Scripting 11-22-2020, 21:05
Replies: 3
Views: 1,184
Posted By SSheriFF
Re: Check if client has at least one of multiple flags

Found this (https://forums.alliedmods.net/showpost.php?p=886345&postcount=4).
With a small modification it can get you what you want.
stock bool CheckAdminFlagsByString(int client, const char[]...
Forum: Plugin/Gameplay Ideas and Requests 11-19-2020, 15:36
Replies: 7
Views: 1,118
Posted By SSheriFF
Re: [CS:GO/ANY] Looking for a plugin that disables / changes cvar on map change.

https://forums.alliedmods.net/showthread.php?p=2334694
Forum: Plugin/Gameplay Ideas and Requests 11-18-2020, 10:14
Replies: 6
Views: 928
Posted By SSheriFF
Re: Working parachute plugin for VIPS

https://forums.alliedmods.net/showthread.php?p=2534158
Forum: Plugin/Gameplay Ideas and Requests 11-03-2020, 07:01
Replies: 7
Views: 893
Posted By SSheriFF
Re: [CS:GO] I need help with buyzone !

Don't test ot with bots, test it with real players.
Or if you want remove the check of valid client.
Forum: Plugin/Gameplay Ideas and Requests 11-02-2020, 08:28
Replies: 7
Views: 893
Posted By SSheriFF
Re: [CS:GO] I need help with buyzone !

use the module called "devzones_nodamage" and make sure you set your zone name to "nodamage"
Showing results 1 to 25 of 169

 
Forum Jump

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


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