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

Showing results 1 to 25 of 71
Search took 0.01 seconds.
Search: Posts Made By: administratora
Forum: Off-Topic 02-14-2024, 10:19
Replies: 1
Views: 1,029
Posted By administratora
JavaScript /TamperMonkey/

If there's someone who has experience in making Tampermonkey scripts or just have experience in JavaScript, I have a really small project, please PM me
Forum: Suggestions / Requests 12-20-2022, 17:09
Replies: 4
Views: 702
Posted By administratora
Re: Turn off hats

Try that:

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>

#define PLUG_NAME "HATS"
#define PLUG_AUTH "SgtBane"
#define PLUG_VERS "1.8"
#define PLUG_TAG ...
Forum: Suggestions / Requests 12-19-2022, 16:53
Replies: 11
Views: 1,336
Posted By administratora
Re: Cancel Defuse on hit

If the one provided is not working, try that one:

#include <amxmodx>
#include <fun>

new g_iDefuseOnGoing[33];

public client_preinfochanged(id)
{
if (g_iDefuseOnGoing[id])
Forum: Suggestions / Requests 12-19-2022, 15:44
Replies: 8
Views: 1,075
Posted By administratora
Re: block key

No, I am writing this on my phone, sorry. I'm on a holiday without my laptop, if someone can test it would be great
Forum: Suggestions / Requests 12-19-2022, 13:51
Replies: 8
Views: 1,075
Posted By administratora
Re: block key

What about that?

#include <amxmodx>

#define KEY_F9 119
#define KEY_F8 118

public plugin_init()
{
register_event("KeyValue", "event_key", "be", "1=0", "2!=0")
Forum: Suggestions / Requests 12-18-2022, 11:43
Replies: 8
Views: 1,075
Posted By administratora
Re: block key

Try that:

#include <amxmodx>
#include <hud>

public plugin_init()
{
register_event("KeyEvent", "event_key", "be", "1=0", "2!=0")
}
Forum: Suggestions / Requests 12-18-2022, 11:26
Replies: 4
Views: 702
Posted By administratora
Re: Turn off hats

Try that:

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>

#define PLUG_NAME "HATS"
#define PLUG_AUTH "SgtBane"
#define PLUG_VERS "1.8"
#define PLUG_TAG ...
Forum: Suggestions / Requests 12-18-2022, 11:03
Replies: 5
Views: 729
Posted By administratora
Re: how can i check if the player's head is touching the wall

#include <amxmodx>

public plugin_init() {
// Register a client command
register_clcmd("say /checkwall", "cmdCheckWall");
}

public cmdCheckWall(id) {
// Get the player's origin...
Forum: Suggestions / Requests 12-18-2022, 09:44
Replies: 4
Views: 682
Posted By administratora
Re: Help with ttt golden gun

Add this:

public client_putinserver(id)
{
if (get_user_team(id) == TEAM_DETECTIVE)
{
// Allow the detective to pick up the golden gun
g_iGlowing[id] = 0;
...
Forum: Suggestions / Requests 12-18-2022, 09:27
Replies: 2
Views: 843
Posted By administratora
Re: Med-Shot or Healthshot

Hi, I think no but I will give you an example:

#include <amxmodx>
#include <cstrike>
#include <fun>

new g_killCount[33]; // Array to store the kill count for each player

public...
Forum: Suggestions / Requests 12-18-2022, 09:21
Replies: 12
Views: 1,215
Posted By administratora
Re: Op4 Deagle Laser Sight

#include <amxmodx>
#include <cstrike>
#include <fakemeta>

public plugin_init()
{
register_plugin("No Deagle Laser", "1.0", "Your Name");

// Register the "use" event for the Deagle
...
Forum: Suggestions / Requests 07-22-2017, 10:41
Replies: 2
Views: 671
Posted By administratora
Drop weapon restriction

How can I restrict dropping an awp with a message "This weapon cannot be dropped" just as the knife
Forum: Suggestions / Requests 04-21-2017, 12:38
Replies: 12
Views: 3,979
Posted By administratora
Re: Knife Distance Meter

Thanks, worked!
Forum: Suggestions / Requests 04-21-2017, 10:11
Replies: 12
Views: 3,979
Posted By administratora
Re: Knife Distance Meter

now works perfect, but one thing - when someone kill himself by "kill" in console or change team he gets the 2 messages for victim and attacker
Forum: Suggestions / Requests 04-21-2017, 08:32
Replies: 12
Views: 3,979
Posted By administratora
Re: Knife Distance Meter

Thank you ! Idk but when I do it %.2f instead of %d it shows 0.00 only but with .00 maybe that will help u ? :D
Forum: Suggestions / Requests 04-21-2017, 03:19
Replies: 12
Views: 3,979
Posted By administratora
Re: Knife Distance Meter

look like this http://imgur.com/Vqi5F1c
Forum: Suggestions / Requests 04-21-2017, 02:54
Replies: 12
Views: 3,979
Posted By administratora
Re: Knife Distance Meter

Works but
client_print( victim, print_chat, "Player %s Knifed You From a Distance of %d Meter%s", floatround( fDistance ), floatround( fDistance ) != 1 ? "s" : "" ) ;
client_print(...
Forum: Suggestions / Requests 04-20-2017, 11:29
Replies: 12
Views: 3,979
Posted By administratora
Re: Knife Distance Meter

You Killed lololo From a Distance of 1066842124 Meters
Forum: Suggestions / Requests 04-20-2017, 10:42
Replies: 4
Views: 1,224
Posted By administratora
Forum: Suggestions / Requests 04-20-2017, 08:56
Replies: 12
Views: 3,979
Posted By administratora
Knife Distance Meter

Can someone share that plugin? When somebody stab you or slash you, you get a message in chat Player killed you from 1.58m. and he gets a message You killed Player1 from 1.58m. There is a plugin...
Forum: Suggestions / Requests 04-18-2017, 12:39
Replies: 4
Views: 1,224
Posted By administratora
Non-stop round [Invisible Bots?]

I searched and there are some plugins for non-stop round for deathmatch server but they all are with bots which are spectators. I have seen in some servers there is non-stop round and there are no...
Forum: Suggestions / Requests 03-25-2017, 14:40
Replies: 14
Views: 2,434
Posted By administratora
Re: [REQ]I need a nice shop .

Nobody asks you in the other threads too. I think I can freely express my opinion. It's only my personal opinion that this shop is the most pathetic one so calm down, there's a hope that somebody may...
Forum: Suggestions / Requests 03-24-2017, 20:41
Replies: 14
Views: 2,434
Posted By administratora
Re: [REQ]I need a nice shop .

but he said he needs a nice shop, why do you give him this unsuccessful one?
Forum: Suggestions / Requests 03-24-2017, 13:36
Replies: 22
Views: 2,790
Posted By administratora
Forum: Suggestions / Requests 03-23-2017, 20:01
Replies: 22
Views: 2,790
Posted By administratora
Re: Need Plugin Display List of the plugins using client_putinserver

Give OciXCrom a time to understand, he is a little bit retarded.
Showing results 1 to 25 of 71

 
Forum Jump

All times are GMT -4. The time now is 07:53.


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