Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $
Target: $400
0%
Page 1 of 2
1
2
>
Showing results 1 to 25 of 26
Search took
0.00
seconds.
Search:
Posts Made By:
AePT
Forum:
Unapproved Plugins
02-03-2021, 23:30
Replies:
9
[CSGO] Kitsune - Advanced Weapon Restrictor [2021.02.07]
Views:
2,571
Posted By
AePT
Re: [CSGO] Kitsune - Advanced Weapon Restrictor
Nice release! :3
Forum:
Plugin/Gameplay Ideas and Requests
01-29-2021, 20:36
Replies:
1
Mini-Map
Views:
275
Posted By
AePT
Re: Mini-Map
Try this
https://forums.alliedmods.net/showthread.php?p=2069582
Forum:
Plugins
01-16-2021, 06:53
Replies:
9
[CS:GO] Extend Map
Views:
3,381
Posted By
AePT
Re: [CS:GO] Extend Map
He is compiling the plugin with this compiler and no includes can be added.
https://www.sourcemod.net/compiler.php
That's why I recommended that one.
btw; nice release! :crab:
Forum:
Plugins
01-15-2021, 20:36
Replies:
9
[CS:GO] Extend Map
Views:
3,381
Posted By
AePT
Re: [CS:GO] Extend Map
Use this compiler, you can add external includes.
https://spider.limetech.io/
Forum:
Plugins
01-13-2021, 12:22
Replies:
38
[CSGO] FACEIT Level
Views:
24,797
Posted By
AePT
Re: [CSGO] FACEIT Level
The configuration file is generated automatically in cfg/sourcemod.
Forum:
Plugins
01-05-2021, 10:50
Replies:
69
[ANY] Super Paypal Donation
Views:
12,410
Posted By
AePT
Re: [ANY] _Super_ Paypal Donation
Nice release & Idea! :)
Forum:
Plugins
01-05-2021, 09:32
Replies:
13
[ANY] FoV (Field of View)
Views:
15,524
Posted By
AePT
Re: [ANY] FoV (Field of View)
I tested it on CS:GO...
What version of SourceMod are you using?
Greetings! :3
Forum:
Scripting
01-05-2021, 04:06
Replies:
3
Setting entity render alpha to 0 on weapons (knife)
Views:
778
Posted By
AePT
Re: Setting entity render alpha to 0 on weapons (knife)
You can use this, it works. (I didn't test it with bots.)
Code from here: https://forums.alliedmods.net/showthread.php?t=239132
public void OnClientPutInServer(int iClient) {
...
Forum:
Plugins
01-04-2021, 17:55
Replies:
42
[CS:GO] bTimes - bhop timer (1.9.0, 2-20-2018)
Views:
32,319
Posted By
AePT
Re: [CS:GO] bTimes - bhop timer (1.9.0, 2-20-2018)
For the Hint..
https://forums.alliedmods.net/showpost.php?p=2673590&postcount=5
Greetings! :3
Forum:
Plugin/Gameplay Ideas and Requests
01-04-2021, 17:46
Replies:
1
[CSS] commands plugin
Views:
805
Posted By
AePT
Re: [CSS] commands plugin
I made this plugin for you, enjoy it!
https://forums.alliedmods.net/showthread.php?p=2731351#post2731351
Forum:
Plugins
01-04-2021, 17:33
Replies:
1
[ANY] Team Join Blocker
Views:
1,279
Posted By
AePT
[ANY] Team Join Blocker
Team Join Blocker
Description: This plugin allows admins to toggle team joining.
Idea: https://forums.alliedmods.net/showthread.php?t=328137
Requirements:
* SourceMod 1.9 or Higher
Forum:
Plugins
01-04-2021, 16:17
Replies:
3
Chat Icons
Views:
1,856
Posted By
AePT
Re: Chat Icons
Interesting, +1 for the idea.
Greetings! :3
Forum:
Plugins
01-04-2021, 13:40
Replies:
13
[ANY] FoV (Field of View)
Views:
15,524
Posted By
AePT
Re: [ANY] FoV (Field of View)
Yes sir, it still works.
Greetings! :3
Forum:
Plugins
01-03-2021, 22:33
Replies:
2,983
Sm_Skinchooser
Views:
1,279,164
Posted By
AePT
Re: Sm_Skinchooser
Verify your game files, or try to re-install CS:GO.
That's not a problem with this plugin.
Greetings! :3
Forum:
Plugins
01-03-2021, 11:13
Replies:
2,983
Sm_Skinchooser
Views:
1,279,164
Posted By
AePT
Re: Sm_Skinchooser
Yes, works.
Do you have any problem?
Greetings! :3
Forum:
Plugin/Gameplay Ideas and Requests
01-03-2021, 10:55
Replies:
2
[REQ] Print message if client has convar value
Views:
441
Posted By
AePT
Re: [REQ] Print message if client has convar value
I think that ConVar is from TF2 so I did this, but didn't test it.
#include <sourcemod>
public Plugin myinfo =
{
name = "[TF2] Check Client ConVar",
author = "sekm",
description = "Check...
Forum:
Scripting
01-03-2021, 09:31
Replies:
3
What did the FindAdminByIdentity?
Views:
713
Posted By
AePT
Re: What did the FindAdminByIdentity?
With this function you can find an administrator through SteamId, for example...
#include <sourcemod>
public Plugin myinfo =
{
name = "Check Admin",
author = "sekm",
description = "",...
Forum:
Plugins
01-02-2021, 20:06
Replies:
4
[NMRiH] Infection/Bleeding Notification (Version 2.0/2015.08.22)
Views:
6,099
Posted By
AePT
Re: [NMRiH] Infection/Bleeding Notification (Version 2.0/2015.08.22)
Spanish translation!
Greetings! :3
Forum:
Plugins
01-02-2021, 19:53
Replies:
73
L4D/L4D2 Ghost Fly
Views:
78,199
Posted By
AePT
Re: L4D/L4D2 Ghost Fly
Should be generated in: cfg/sourcemod/sm_plugin_ghost_fly.cfg
Greetings! :3
Forum:
Plugins
01-02-2021, 19:35
Replies:
87
[L4D & L4D2] Missile System
Views:
65,491
Posted By
AePT
Re: [L4D & L4D2] Missile System
public PrecacheParticle(String:sEffectName[])
{
new table = INVALID_STRING_TABLE;
if( table == INVALID_STRING_TABLE )
{
table = FindStringTable("ParticleEffectNames");
}
if(...
Forum:
General
01-02-2021, 18:00
Replies:
2
[CSGO] How to disable the respawn sound on a community deathmatch server?
Views:
1,285
Posted By
AePT
Re: [CSGO] How to disable the respawn sound on a community deathmatch server?
Try this... :wink:
dm_spawn_custom_sounds_enable 0
Forum:
General
01-02-2021, 17:54
Replies:
2
[CSGO] Remove the limit of players per team
Views:
637
Posted By
AePT
Re: [CSGO] Remove the limit of players per team
Here you have a Map Spawn Editor. :)
https://forums.alliedmods.net/showpost.php?p=2151828&postcount=214
Forum:
Plugins
01-02-2021, 11:07
Replies:
6
[CSGO] SRCDS Rcon Server Lagger Exploit Patch [1/2/21]
Views:
3,470
Posted By
AePT
Re: [CSGO] SRCDS Rcon Server Lagger Exploit Patch [1/2/21]
Nice release! :3
Thank you for sharing.
Forum:
Plugins
01-01-2021, 19:09
Replies:
1
[CS:GO] Teleport Gun
Views:
1,067
Posted By
AePT
Re: [CS:GO] Teleport Gun
Nice release! :3
Forum:
Plugins
12-30-2020, 22:12
Replies:
4
[CS:GO] CS:GO Weapon fists
Views:
1,988
Posted By
AePT
Re: [CS:GO] CS:GO Weapon fists
Nice release! :3
CS:GO has a cvar to enable knife throwing.
mp_drop_knife_enable 1
Showing results 1 to 25 of 26
Page 1 of 2
1
2
>
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
06:38
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2022, vBulletin Solutions, Inc.
Theme made by Freecode