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

Showing results 1 to 19 of 19
Search took 0.00 seconds.
Search: Posts Made By: tair
Forum: Plugin/Gameplay Ideas and Requests 07-31-2021, 11:43
Replies: 1
Views: 1,105
Posted By tair
Re: csgo plugin music join for users

Not Tested.

You need to change the sound path on JOIN_SOUND define.


#include <sourcemod>
#include <sdktools>

#pragma semicolon 1
#pragma newdecls required
Forum: Plugin/Gameplay Ideas and Requests 07-31-2021, 10:01
Replies: 2
Views: 1,217
Posted By tair
Re: Adding bhop speed limit

This plugin limits speed.
https://forums.alliedmods.net/showthread.php?t=332245
Forum: Plugins 05-02-2021, 04:56
Replies: 3
Views: 1,760
Posted By tair
Re: [ANY] Basic Map Speed Limiter

Right, but you need to create a cfg file for each map.
With my plugin you just add the map to the main cfg with max speed property.
Forum: Plugin/Gameplay Ideas and Requests 05-01-2021, 19:26
Replies: 4
Views: 932
Posted By tair
Re: [CSGO] Play a sound to player

I have sent you a PM.
Forum: Plugins 05-01-2021, 18:44
Replies: 3
Views: 1,760
Posted By tair
[ANY] Basic Map Speed Limiter

[Any] Basic Map Speed Limiter

Description:

This plugin limits the max velocity on selected maps.

ConVars:


None.
Forum: Plugins 04-29-2021, 11:25
Replies: 8
Views: 3,745
Posted By tair
[TF2] Covid-19 Mask

[TF2] Covid-19 Mask Plugin


Description:

This plugin allows players to wear masks that protect them from the Covid-19.

ConVars:
Forum: Plugin/Gameplay Ideas and Requests 03-13-2021, 17:24
Replies: 11
Views: 1,689
Posted By tair
Re: [TF2][REQ] Block Sticky Jumper & Rocket Jumper

Here you go mate.


#include <sourcemod>
#include <tf2_stocks>

#pragma semicolon 1
#pragma newdecls required

public Plugin myinfo = {
Forum: Plugin/Gameplay Ideas and Requests 03-09-2021, 15:34
Replies: 3
Views: 683
Posted By tair
Re: I'm looking for a plugin

Add me to discord, Tair#7540
Forum: Scripting 07-23-2020, 18:12
Replies: 4
Views: 2,081
Posted By tair
Re: [CSGO] Block round end panel?

Try this:



mp_endmatch_votenextmap 0
mp_endmatch_votenextleveltime 0
mp_match_restart_delay 1
mp_endmatch_votenextmap_keepcurrent 0
Forum: Plugin/Gameplay Ideas and Requests 06-22-2020, 21:48
Replies: 5
Views: 975
Posted By tair
Re: I need this plugin! [CSGO]

You didn't mentioned anything about a menu with "reasons".
Forum: Plugin/Gameplay Ideas and Requests 06-20-2020, 19:50
Replies: 5
Views: 975
Posted By tair
Re: I need this plugin! [CSGO]

Here you go,
I did not tested it yet, but it should be working.


#include <sourcemod>

#pragma semicolon 1
#pragma newdecls required

public Plugin myinfo = {
Forum: Plugin/Gameplay Ideas and Requests 06-06-2020, 14:09
Replies: 9
Views: 2,007
Posted By tair
Re: [CS:GO] VIP Connect Message

Yeah my bad, I thought it was on post admin check public.
Forum: Plugin/Gameplay Ideas and Requests 06-05-2020, 11:10
Replies: 9
Views: 2,007
Posted By tair
Re: [CS:GO] VIP Connect Message

Here you go:


#include <sourcemod>

#pragma semicolon 1
#pragma newdecls required

public Plugin myinfo = {
name = "Vip Connect",
Forum: Scripting 05-14-2020, 11:06
Replies: 4
Views: 905
Posted By tair
Re: switched from team <Unassigned> to <CT>

Here an example to hook that:


#include <sourcemod>
#include <cstrike>

public OnPluginStart( )
{
AddCommandListener(SelectTeam, "jointeam");
}
Forum: Plugins 04-14-2015, 13:01
Replies: 4
Views: 5,481
Posted By tair
Re: [CS:S/CS:GO] Grenades On Spawn

Nice ! i will add this on the next version
Forum: Plugins 04-13-2015, 15:11
Replies: 4
Views: 5,481
Posted By tair
[CS:S/CS:GO] Grenades On Spawn

Grenades On Spawn

Description:

This is a simple plugin , gives grenades when player spawn.

Cvars:

sm_gs_enabled 1|0 (def - 1)
sm_gs_molotov - Enable it if running the plugin on CS:GO...
Forum: Plugins 04-13-2015, 13:50
Replies: 6
Views: 4,782
Posted By tair
[ANY] SteamID Player

SteamID Player

Description:

This is a simple plugin , players can check SteamID of other player.
player can check SteamID with the command : !steamid or /steamid.

Cvars:

None.
Forum: Plugins 04-13-2015, 13:40
Replies: 5
Views: 5,935
Posted By tair
[ANY] Admin Message

Send Admin Message

Description:

This is a simple plugin , players can send message for admins.
player can send message to admins with the command : !adminmsg or /adminmsg

Cvars:

None.
Forum: Plugins 04-13-2015, 12:25
Replies: 2
Views: 4,089
Posted By tair
[ANY] Bug Report System

Bug Report System

Description:

This is a simple plugin , player can report on server bugs.
player can report bugs with the command : !bug or /bug

Reports are logged to...
Showing results 1 to 19 of 19

 
Forum Jump

All times are GMT -4. The time now is 19:16.


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