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

Showing results 1 to 25 of 38
Search took 0.00 seconds.
Search: Posts Made By: AePT
Forum: Plugins 04-12-2023, 16:11
Replies: 6
Views: 6,976
Posted By AePT
Re: [ANY] Kill Sounds (valorant included)

No need to advertise your plugin here. :bee:
Forum: Plugin/Gameplay Ideas and Requests 04-08-2023, 17:24
Replies: 4
Views: 928
Posted By AePT
Re: !ws plugin to client sided?

You're talking about a Skin Changer (cheat)?
Forum: Plugin/Gameplay Ideas and Requests 03-30-2023, 12:43
Replies: 1
Views: 599
Posted By AePT
Re: Awp 10 bullets

You can give a try to this.

https://github.com/KoNLiG/UpdateReverter
Forum: Unapproved Plugins 03-29-2023, 23:37
Replies: 1,862
Views: 1,155,502
Posted By AePT
Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name

Read this (https://wiki.alliedmods.net/Introduction_to_SourceMod_Plugins#Will_SourceMod_support_Source_2.3F_Will_plugins_for_existing_games_continue_to_work_if_they_are_ported.3F) :)
Forum: SourceBans / SourceBans++ 03-12-2023, 05:31
Replies: 3
Views: 2,168
Posted By AePT
Re: Error installing SourceBans++

What version of SourceBans++ are you using?, latest version requires PHP 8.1.

https://github.com/sbpp/sourcebans-pp/#requirements
Forum: General 03-09-2023, 12:18
Replies: 4
Views: 1,044
Posted By AePT
Re: Is ProtectCMDs extension safe?

:?:

https://forums.alliedmods.net/showthread.php?t=340905
Forum: Plugin/Gameplay Ideas and Requests 03-08-2023, 14:34
Replies: 11
Views: 1,029
Posted By AePT
Re: Revive Chance plugin

Yup :)

If client team is minor to 2 means that is CS_TEAM_SPECTATOR or CS_TEAM_NONE

You can see that here: https://github.com/alliedmodders/sourcemod/blob/master/plugins/include/cstrike.inc#L40
Forum: Plugin/Gameplay Ideas and Requests 03-08-2023, 12:28
Replies: 11
Views: 1,029
Posted By AePT
Re: Revive Chance plugin

Thank you for the update, I appreciate it :3
Forum: Plugin/Gameplay Ideas and Requests 03-08-2023, 02:28
Replies: 11
Views: 1,029
Posted By AePT
Re: Revive Chance plugin

:3

#include <cstrike>

#pragma newdecls required
#pragma semicolon 1

public Plugin myinfo =
{
name = "[Any] Lucky Respawn",
Forum: Plugin/Gameplay Ideas and Requests 03-08-2023, 00:52
Replies: 11
Views: 1,029
Posted By AePT
Re: Revive Chance plugin

Try it :)

#include <cstrike>

#pragma newdecls required
#pragma semicolon 1

public Plugin myinfo =
{
name = "[Any] Lucky Respawn",
Forum: Scripting 03-06-2023, 10:29
Replies: 2
Views: 773
Posted By AePT
Re: Help clear my nickname

You could try this.

https://github.com/Totenfluch/SmartLinkRemover
Forum: General 03-06-2023, 09:36
Replies: 4
Views: 1,349
Posted By AePT
Re: Will SourceMod plugins work in Source2?

EDIT: I removed the quote since wiki entry has been updated.
...
Forum: Unapproved Plugins 02-03-2021, 23:30
Replies: 9
Views: 3,975
Posted By AePT
Forum: Plugin/Gameplay Ideas and Requests 01-29-2021, 20:36
Replies: 1
Views: 381
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
Views: 4,921
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
Views: 4,921
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
Views: 36,237
Posted By AePT
Re: [CSGO] FACEIT Level

The configuration file is generated automatically in cfg/sourcemod.
Forum: Plugins 01-05-2021, 10:50
Replies: 71
Views: 20,905
Posted By AePT
Re: [ANY] _Super_ Paypal Donation

Nice release & Idea! :)
Forum: Plugins 01-05-2021, 09:32
Replies: 14
Views: 18,170
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
Views: 1,099
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
Views: 37,211
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
Views: 1,158
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
Views: 2,026
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
Views: 2,698
Posted By AePT
Re: Chat Icons

Interesting, +1 for the idea.

Greetings! :3
Forum: Plugins 01-04-2021, 13:40
Replies: 14
Views: 18,170
Posted By AePT
Re: [ANY] FoV (Field of View)

Yes sir, it still works.

Greetings! :3
Showing results 1 to 25 of 38

 
Forum Jump

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


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