Awesome Cars + Fun Maps Plugins

Do I have to introduce myself? - No, you don't. but it would be nice to say hello and get yourself known into the community.
Locked
User avatar
Maverick
Site Admin
Site Admin
Posts: 1367
Joined: Fri Sep 01, 2017 4:54 pm
Answers: 4
Location: Sofia, Bulgaria
x 390
x 707
Has thanked: 111 times
Been thanked: 186 times
Contact:
Maverick’s avatar
Loading…

Awesome Cars + Fun Maps Plugins

Post by Maverick »

Hello everyone, recently I thought that it would be a great idea to have all plugins of the server in one topic just like before we used to have such. :8

This time I am planning to do a much better job in the presentation of all of them by posting a link to the source and direct link to download it, just the way it is from my own server if in a case is edited and you want just that, but not the default version. Plus if there are some settings involved in that plugin I will put mine here as well, to make your job even easier in making a similar server. :)

The topic will be locked and only me will be posting here since it is just informative and support of any kind will not be provided here, but in the appropriate part of our forum, also every plugin will be in a new post to better distinguish them and easy sharing as well. So without further ado let's get started, by the way, the order will be just like it is in my plugins.ini file. ;)

server.cfgamxx.cfgplugins.iniReGameDLLMetamod-PServer Variables

Code: Select all

] version 
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 09:10:05 Jul  7 2017 (7561)

Code: Select all

] status 
hostname:  Awesome Cars + Fun Maps
version :  48/1.1.2.7/Stdio 1342 insecure  (10)
tcp/ip  :  93.123.18.81:27017
map     :  awesome_cars at: 0 x, 0 y, 0 z
players :  6 active (21 max)
Image
Image
User avatar
Maverick
Site Admin
Site Admin
Posts: 1367
Joined: Fri Sep 01, 2017 4:54 pm
Answers: 4
Location: Sofia, Bulgaria
x 390
x 707
Has thanked: 111 times
Been thanked: 186 times
Contact:
Maverick’s avatar
Loading…

Std Admin Color Chat

Post by Maverick »

Std Admin Color Chat➥Source

ℹ️ Description:
Headline: amx_psay, amx_chat and amx_say in green chat text
Have you ever asked how you are supposed to see the admin chat, amx_say or how people are supposed to be able to read your PMs? The solution is simple. All that text will show as green, making it a whole lot easier to spot and read.
📝My settings:
None
📁As seen on the server:
std_admin_color_chat.rar
(9.63 KiB) Downloaded 165 times
Image
Image
User avatar
Maverick
Site Admin
Site Admin
Posts: 1367
Joined: Fri Sep 01, 2017 4:54 pm
Answers: 4
Location: Sofia, Bulgaria
x 390
x 707
Has thanked: 111 times
Been thanked: 186 times
Contact:
Maverick’s avatar
Loading…

restrictWeaponsGround

Post by Maverick »

restrictWeaponsGround➥Source

Code: Select all

#include <amxmodx>
#include <engine>
#include <fun>
#include <hamsandwich>

#define PLUGIN_VERSION "1.0"

new const g_szEntities[][] = { "player_weaponstrip", "game_player_equip", "armoury_entity" }

new const g_szMaps[][] =
{
	"most_wanted",
	"most_wanteD2",
	"fun_atraccions",
	"fun_box"
}

public plugin_init()
{
	register_plugin("No Weapons On Ground", PLUGIN_VERSION, "OciXCrom")
	register_cvar("NoWeaponsOnGround", PLUGIN_VERSION, FCVAR_SERVER|FCVAR_SPONLY|FCVAR_UNLOGGED)
	
	new szMap[32], bool:bMatch
	get_mapname(szMap, charsmax(szMap))
	
	for(new i; i < sizeof(g_szMaps); i++)
	{
		if(equali(szMap, g_szMaps[i]))
		{
			bMatch = true
			break
		}
	}
	
	if(!bMatch)
	{
		pause("ad")
		return
	}
	
	RegisterHam(Ham_Spawn, "player", "OnPlayerSpawn", 1)
	register_clcmd("drop", "OnWeaponDrop")
	
	for(new i, iEnt = -1; i < sizeof(g_szEntities); i++)
	{
		iEnt = -1
		
		while((iEnt = find_ent_by_class(iEnt, g_szEntities[i])) > 0)
			remove_entity(iEnt)
	}
}

public OnPlayerSpawn(id)
{
	if(is_user_alive(id))
	{
		strip_user_weapons(id)
		give_item(id, "weapon_knife")
	}
}

public OnWeaponDrop(id)
	return PLUGIN_HANDLED
ℹ️ Description:
Used to restrict/remove weapons on the ground on maps suchs as most_wanted, most_wanteD2 and so one. You need to put the maps in the plugin manualy as you can see above in the code I have put couple.
📝My settings:
None
📁As seen on the server:
restrictWeaponsGround.rar
(1.72 KiB) Downloaded 164 times
Image
Image
User avatar
Maverick
Site Admin
Site Admin
Posts: 1367
Joined: Fri Sep 01, 2017 4:54 pm
Answers: 4
Location: Sofia, Bulgaria
x 390
x 707
Has thanked: 111 times
Been thanked: 186 times
Contact:
Maverick’s avatar
Loading…

Advanced Mute

Post by Maverick »

Advanced Mute➥Source

ℹ️ Description:
With this plugin a player will be able to mute all or selected other players chat and microphone. By default all players with flag "a" can't be muted.
📝My settings:
amxx.cfg

Code: Select all

advmute_adminflag "l"
✏️Commands:
amx_mute <nick|#userid>
amx_chatmute <nick|#userid>
amx_mutemenu
amx_chatmutemenu
say /mute
say /mutemenu
say /chatmute
say /chatmutemenu
📁As seen on the server:
crx_advmute.rar
(5.86 KiB) Downloaded 181 times
Image
Image
User avatar
Maverick
Site Admin
Site Admin
Posts: 1367
Joined: Fri Sep 01, 2017 4:54 pm
Answers: 4
Location: Sofia, Bulgaria
x 390
x 707
Has thanked: 111 times
Been thanked: 186 times
Contact:
Maverick’s avatar
Loading…

Gag System

Post by Maverick »

Gag System➥Source

ℹ️ Description:
This plugin allows you to gag players from using say_team, say or voicecomm at once. Gags still works after retry.
📝My settings:
None
✏️Commands:
amx_gag <nick | #id | ip> <minutes> <reason> - gag a players with nick/userid/ip for defined minutes (if 0 gag is permanent) with given reason.
amx_ungag <nick | #id | ip> - remove a gag from a player with certain nick/userid/ip.
amx_gagmenu - open a menu from which you can gag/ungag players
amx_cleangags - remove all gags from all players
📁As seen on the server:
gag_system.rar
(11.02 KiB) Downloaded 170 times
Image
Image
User avatar
Maverick
Site Admin
Site Admin
Posts: 1367
Joined: Fri Sep 01, 2017 4:54 pm
Answers: 4
Location: Sofia, Bulgaria
x 390
x 707
Has thanked: 111 times
Been thanked: 186 times
Contact:
Maverick’s avatar
Loading…

Command Restrictions

Post by Maverick »

Command Restrictions➥Source

ℹ️ Description:
With this plug-in, you can restrict access to some commands in different ways. For example, you can make a command available only to a player with a given name, IP, SteamID, for players from a certain team, for alive/dead players, and so on.
📝My settings:
CommandRestrictions.ini

Code: Select all

;---------------------------------------------------------------------------
;Add a new command in [brackets] to begin adding restrictions to it.
;Add each restriction on a new line below the [command in brackets].
;---------------------------------------------------------------------------
;[<command name>]
;<status> <type> "[value]"
;---------------------------------------------------------------------------
;The "status" can be either "allow" or "block".
;The type can be "all", "name", "ip", "steam", "flags", "team", "life".
;Every type except "all" requires the third argument.
;For example, setting the type to "name" will require you to enter a player name in the "value" argument.
;---------------------------------------------------------------------------
;Example #1 -- making the command "amx_slap" available only for the player named "OciXCrom":
;[amx_slap]
;block all
;allow name "OciXCrom"
;---------------------------------------------------------------------------
;Example #2 -- blocking the command "amx_quit" for the player whose IP address is 12.34.56.78 and spectators:
;[amx_quit]
;block ip "12.34.56.78"
;block team "spectator"
;---------------------------------------------------------------------------
//[amx_slap]
//block all
_____________________________________________________________
[say fireworks]
block all
allow flag "q"
block life "dead"
____________________________________________________________

[ejaculate]
block all
allow flag b

[ejaculer]
block all
allow flag b

[say /ejaculate]
block all
allow flag b

[say ejaculate]
block all
allow flag b

[say /ejaculer]
block all
allow flag b

[say ejaculer]
block all
allow flag b
_________________________________________________________________
[say /shop]
block all
allow flag o

📁As seen on the server:
crx_command_restrictions.rar
(6.34 KiB) Downloaded 166 times
Image
Image
User avatar
Maverick
Site Admin
Site Admin
Posts: 1367
Joined: Fri Sep 01, 2017 4:54 pm
Answers: 4
Location: Sofia, Bulgaria
x 390
x 707
Has thanked: 111 times
Been thanked: 186 times
Contact:
Maverick’s avatar
Loading…

Galileo

Post by Maverick »

Galileo➥Source

ℹ️ Description:
This is a feature rich map voting plugin. It's intended to be used in place of any other
map choosing plugin such as Deagles' Map Manager and AMXX's very own Map Chooser.
📝My settings:
Included in the rar bellow.
📁As seen on the server:
galileo.rar
(132.3 KiB) Downloaded 168 times
Image
Image
User avatar
Maverick
Site Admin
Site Admin
Posts: 1367
Joined: Fri Sep 01, 2017 4:54 pm
Answers: 4
Location: Sofia, Bulgaria
x 390
x 707
Has thanked: 111 times
Been thanked: 186 times
Contact:
Maverick’s avatar
Loading…

Reset Score

Post by Maverick »

Reset Score➥Source

ℹ️ Description:
This small plugin allows a player to reset their score back to 0 kills and 0 deaths, this saves them the trouble of reconnecting to your server to reset their score. It makes it easier on them because its a simple command that they would type, and helps your server by not having another person reconnecting and possibly lagging your server.
📝My settings:
None
✏️Commands:
say /rs
say /resetscore
📁As seen on the server:
resetscore.rar
(3.23 KiB) Downloaded 168 times
Image
Image
User avatar
Maverick
Site Admin
Site Admin
Posts: 1367
Joined: Fri Sep 01, 2017 4:54 pm
Answers: 4
Location: Sofia, Bulgaria
x 390
x 707
Has thanked: 111 times
Been thanked: 186 times
Contact:
Maverick’s avatar
Loading…

C4 Timer

Post by Maverick »

C4 Timer➥Source

ℹ️ Description:
Makes use of the round timer after the bomb is planted by showing the time remaining till explosion.
Credits to VEN for ShowTimer message info.
📝My settings:
None
📁As seen on the server:
c4timer.rar
(3.99 KiB) Downloaded 179 times
Image
Image
User avatar
Maverick
Site Admin
Site Admin
Posts: 1367
Joined: Fri Sep 01, 2017 4:54 pm
Answers: 4
Location: Sofia, Bulgaria
x 390
x 707
Has thanked: 111 times
Been thanked: 186 times
Contact:
Maverick’s avatar
Loading…

Automatic knife duel

Post by Maverick »

Automatic knife duel➥Source

ℹ️ Description:
If only you and another person on the opposite team remain in the round, you can hit a wall (or another object) with your knife, THREE TIMES in fast succession.
By this action you challenge your opponent to a knife duel. The person you challenge gets a menu where he can accept/decline your
challenge. The challenged person has 10 seconds to decide his mind, else the challenge is automatically declined, and the menu should be closed automatically.
📝My settings:
None
📁As seen on the server:
automatic_knife_duel.rar
(5.22 KiB) Downloaded 181 times
Image
Image
Locked

Who is online

Users browsing this forum: No registered users and 1 guest