Raised This Month: $12 Target: $400
 3% 

Showing results 1 to 25 of 27
Search took 0.01 seconds.
Search: Posts Made By: clavificial
Forum: Suggestions / Requests 03-23-2017, 18:59
Replies: 22
Views: 2,826
Posted By clavificial
Re: Need Plugin Display List of the plugins using client_putinserver

Hi! Try this.

Type this into console:
sf_display "client_putinserver"

Note that this might crash your server since the function is called on each plugin. If the server crashes you will need to...
Forum: Suggestions / Requests 03-23-2017, 17:33
Replies: 15
Views: 2,819
Posted By clavificial
Re: [Req] Block ADS

Hey, try this!

You will need to add the words you need before compiling.
Tell me if you need a cvar instead


#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Block Text Characters"
Forum: Suggestions / Requests 03-23-2017, 15:39
Replies: 4
Views: 1,097
Posted By clavificial
Re: request admin see enemy say_team

This guy is hilarious
Forum: Suggestions / Requests 03-22-2017, 13:22
Replies: 4
Views: 1,097
Posted By clavificial
Re: request admin see enemy say_team

#include <amxmodx>
#include <amxmisc>


#define PLUGIN "Say Team Admin Visibility"
#define VERSION "1.0"
#define AUTHOR "Clavificial"

public plugin_init() {
...
Forum: Suggestions / Requests 03-22-2017, 03:52
Replies: 10
Views: 1,771
Posted By clavificial
Re: [REQ] Deagle only round

I might be wrong, but try changing this:

RegisterHam(Ham_Weapon_PrimaryAttack, "weapon_deagle", "HamDeaglePrimaryAttackPre", 1)
to this:

RegisterHam(Ham_Weapon_PrimaryAttack,...
Forum: Suggestions / Requests 03-21-2017, 13:38
Replies: 10
Views: 1,914
Posted By clavificial
Re: [HELP] Why i am getting this error ?

Please post the code.
The error is pretty self-explanatory. Look at the number of arguments required for set_user_prestige and get_user_prestige

You have probably edited either of the functions
Forum: Suggestions / Requests 03-20-2017, 06:27
Replies: 5
Views: 972
Posted By clavificial
Re: req min digits required on name

When the player tries to change his name, yes, but if a player joins the game with a name that doesn't contain 3 digits? Force 3 random digits into player's current name?
Forum: Suggestions / Requests 03-20-2017, 04:45
Replies: 5
Views: 972
Posted By clavificial
Re: req min digits required on name

What should happen if the player doesn't have at least 3 digits? Should the name be automatically changed, or should a message appear for the player, or should the player get kicked/banned?
Forum: Suggestions / Requests 03-16-2017, 14:42
Replies: 7
Views: 1,029
Posted By clavificial
Re: Request > Fun Plugin

Here you go:


#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <cstrike>
#include <fun>

#define PLUGIN "Fun Mod"
Forum: Suggestions / Requests 03-12-2017, 17:33
Replies: 13
Views: 2,174
Posted By clavificial
Re: Request > C4 Giver Plugin

With this code you can use the cvar c4_player_restriction to set how many players that can get the bomb (default 3, which means the top 3 players on T can get the bomb)



#include <amxmodx>...
Forum: Suggestions / Requests 03-12-2017, 17:13
Replies: 13
Views: 2,337
Posted By clavificial
Re: Help Add flags instead of random player selection

Try this
amx_captain_ct "name" to set CT captain
amx_captain_t "name" to set T captain
both ct and t needs to be set, otherwise it will be randomized.

If you want to remove captains (in...
Forum: Suggestions / Requests 03-11-2017, 13:03
Replies: 7
Solved Good Coder ?!
Views: 1,454
Posted By clavificial
Re: Good Coder ?!

Do you want a plugin that gives you unlimited ammo if you drop your m3 and then pick it up again?
Forum: Suggestions / Requests 03-11-2017, 11:59
Replies: 7
Solved Good Coder ?!
Views: 1,454
Posted By clavificial
Re: Good Coder ?!

Please explain more
Forum: Suggestions / Requests 03-11-2017, 11:55
Replies: 13
Views: 2,174
Posted By clavificial
Re: Request > C4 Giver Plugin

That would make it possible for the top 5 players to get the bomb, instead of the top 3 players.
Is that what you are trying to change? Because there are a few other things that need to be changed...
Forum: Suggestions / Requests 03-10-2017, 18:08
Replies: 2
Views: 758
Posted By clavificial
Re: pls help me

https://forums.alliedmods.net/showthread.php?t=82501
Forum: Suggestions / Requests 03-10-2017, 17:24
Replies: 13
Views: 2,337
Posted By clavificial
Re: Help Add flags instead of random player selection

Hi

I've modified the code.
If 2 or more admins are online, 2 random admins will become captains
Otherwise, if 1 admin or less is online, 2 random players will become captains.


#include...
Forum: Suggestions / Requests 03-10-2017, 16:37
Replies: 13
Views: 2,337
Posted By clavificial
Re: Help Add flags instead of random player selection

Should two random admins be selected?
Forum: Suggestions / Requests 03-10-2017, 12:51
Replies: 13
Views: 2,174
Posted By clavificial
Re: Request > C4 Giver Plugin

OK, now I understand what bug you're talking about, but I don't know what's causing it. The bomb can't be selected - it's not even in the weapons menu for some reason...

I'm still working on it
...
Forum: Suggestions / Requests 03-09-2017, 14:41
Replies: 13
Views: 2,174
Posted By clavificial
Re: Request > C4 Giver Plugin

I don't even know how I got this to "work". I don't have a full understanding of how the functions work (on a lower level). I have no idea why I need to respawn the player in order for the bomb to be...
Forum: Suggestions / Requests 03-08-2017, 12:14
Replies: 13
Views: 2,174
Posted By clavificial
Re: Request > C4 Giver Plugin

Hmm.. try again with this:


#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <cstrike>
#include <fun>

#define PLUGIN "Give C4"
Forum: Suggestions / Requests 03-07-2017, 11:40
Replies: 13
Views: 2,174
Posted By clavificial
Re: Request > C4 Giver Plugin

Try this.
The code is kinda terrible but it seems to be working


#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <cstrike>
#include <fun>
Forum: Suggestions / Requests 03-01-2017, 03:13
Replies: 43
Views: 6,246
Posted By clavificial
Re: need scripter

Just post the request here and someone might make it for you
Forum: Suggestions / Requests 02-28-2017, 07:38
Replies: 2
Views: 629
Posted By clavificial
Re: Same map repeats

Have you checked those files?
mapcycle.txt
maps.ini
Forum: Suggestions / Requests 02-25-2017, 05:37
Replies: 8
Views: 1,389
Posted By clavificial
Re: [REQ] xREDIRECT

With "right now" I meant "at the moment", not some sort of angry request..

Have you tried changing the redirect_auto cvar to 1?
This is the cvar explanation in the .sma file:

redirect_auto -...
Forum: Suggestions / Requests 02-24-2017, 15:45
Replies: 8
Views: 1,389
Posted By clavificial
Re: [REQ] xREDIRECT

Please post the code you are using right now
Showing results 1 to 25 of 27

 
Forum Jump

All times are GMT -4. The time now is 14:08.


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