Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $19
Target: $400
4%
Page 1 of 7
1
2
3
>
Last
»
Showing results 1 to 25 of 164
Search took
0.01
seconds.
Search:
Posts Made By:
SSheriFF
Forum:
Plugins
02-23-2021, 13:56
Replies:
6
[CS:GO] Vote Only HeadShot for Retakes Servers V1.5 [23/02/2021]
Views:
1,485
Posted By
SSheriFF
Re: [CS:GO] Vote Only HeadShot for Retakes Servers V1.4 [09/06/2020]
added on version 1.5:grrr:
Forum:
Plugin/Gameplay Ideas and Requests
02-07-2021, 20:00
Replies:
1
Send Messages to server from discord
Views:
189
Posted By
SSheriFF
Re: Send Messages to server from discord
https://forums.alliedmods.net/showthread.php?p=2617899
Forum:
Plugins
02-06-2021, 12:56
Replies:
4
[CSGO] Kitsune - DetectSmoke API
Views:
413
Posted By
SSheriFF
Re: [CSGO] Kitsune - DetectSmoke API
Great idea, thank you!
Forum:
Plugin/Gameplay Ideas and Requests
01-15-2021, 10:27
Replies:
5
Send discord notifications or store in mysql when certain words are said
Views:
454
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, 15:42
Replies:
2
CS-GO - Plugin for everyone to kill themselves
Views:
249
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, 08:41
Replies:
3
Fake Drop
Views:
344
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, 21:16
Replies:
9
[CS:GO] Overtime Plugin request
Views:
671
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, 12:53
Replies:
12
[CSGO] Looking for NoBlock plugin
Views:
831
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, 19:13
Replies:
1
Problem
Views:
253
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, 11:22
Replies:
6
[CSGO] Detect death caused by team change
Views:
635
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, 14:13
Replies:
10
Plugin for NO TIE
Views:
546
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, 14:07
Replies:
3
question with "if"
Views:
314
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, 10:49
Replies:
10
Plugin for NO TIE
Views:
546
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, 13:49
Replies:
10
Plugin for NO TIE
Views:
546
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, 10:36
Replies:
12
Solved
[Request] Plugin that binds things without changing player cfg
Views:
699
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, 22:05
Replies:
3
Solved
Check if client has at least one of multiple flags
Views:
655
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, 16:36
Replies:
7
[CS:GO/ANY] Looking for a plugin that disables / changes cvar on map change.
Views:
509
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, 11:14
Replies:
6
Working parachute plugin for VIPS
Views:
443
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, 08:01
Replies:
7
[CS:GO] I need help with buyzone !
Views:
467
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, 09:28
Replies:
7
[CS:GO] I need help with buyzone !
Views:
467
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"
Forum:
Plugin/Gameplay Ideas and Requests
11-01-2020, 08:37
Replies:
7
[CS:GO] I need help with buyzone !
Views:
467
Posted By
SSheriFF
Re: [CS:GO] I need help with buyzone !
https://forums.alliedmods.net/showthread.php?p=2023591
Forum:
Scripting
10-30-2020, 15:03
Replies:
11
CheckCommandAccess fails check access
Views:
962
Posted By
SSheriFF
Re: CheckCommandAccess fails check access
try
if(CheckCommandAccess(i, "sm_access_viewer", ADMFLAG_CUSTOM6, true)) {
++iPlayersNum[VIP];
iPlayersAccess[i][VIP] = 1;
}
else if(CheckCommandAccess(i, "sm_access_viewer",...
Forum:
Scripting
10-27-2020, 18:38
Replies:
10
help with error 147: new-style declarations are required
Views:
577
Posted By
SSheriFF
Re: help with error 147: new-style declarations are required
Do you run this plugin on your server? https://forums.alliedmods.net/showthread.php?p=2542856
Forum:
Unapproved Plugins
10-27-2020, 18:17
Replies:
1,546
[CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !nametag]
Views:
569,422
Posted By
SSheriFF
Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
https://forums.alliedmods.net/showthread.php?t=325110
Forum:
Scripting
10-27-2020, 16:54
Replies:
10
help with error 147: new-style declarations are required
Views:
577
Posted By
SSheriFF
Re: help with error 147: new-style declarations are required
change
public Action OnChatMessage(&iClient, Handle:hRecipients, String:sName[], String:sMessage[])
to
public Action OnChatMessage(int &iClient, Handle hRecipients, char[]sName, char[]sMessage)
Showing results 1 to 25 of 164
Page 1 of 7
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Server Discussion
Source Servers (SRCDS)
HL1 Servers (HLDS)
AMX Mod X
News
Bug Reports
General
Off-Topic
Plugins
Suggestions / Requests
Approved Plugins
New Plugin Submissions
Unapproved/Old Plugins
Translation Request
High-Traffic Plugins
GunGame
UAIO (Ultimate All-In-One Plugin)
xREDIRECT
CSDM
AMX Super
RuneMod
Zombie Plague Mod
SuperHero Mod
News
Tech Support
Scripting Help
Off-Topic / General Chat
Heroes
Suggestions / Requests
Approved Heroes
New Submissions
Unapproved/Old Heroes
Module Heroes
SuperHero Mod Stats - By 123
(OLD) Bug Reports
Scripting
Scripting Help
Code Snippets/Tutorials
Module Coding
Donor Access
SourceMod
News
General
Plugins
Plugins
Unapproved Plugins
Plugin/Gameplay Ideas and Requests
High-Traffic Plugins
SourceMod Anti-Cheat
Zombie:Reloaded
SourceBans / SourceBans++
VSH / Freak Fortress
Store
SM_Hosties
HLstatsX:CE
Scripting
Extensions
Snippets and Tutorials
Donor Access
Metamod: Source
Metamod:Source Plugins
Metamod:Source Questions
Coding MM:S Plugins & SM Extensions
Hosted Stuff
Asherkin's Plugins
TFDodgeball
TF2Items
SteamTools
Bail's Plugins
CSDM
CS:S DM
Off-Topic & Trash
Off-Topic
Trash
All times are GMT -4. The time now is
17:12
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Theme made by Freecode