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

Showing results 1 to 25 of 39
Search took 0.01 seconds.
Search: Posts Made By: Naathy
Forum: Plugin/Gameplay Ideas and Requests 05-07-2023, 22:01
Replies: 1
Views: 335
Posted By Naathy
Re: Exec a command on player when he joins the server

public void OnClientPutInServer(int client)
{
FakeClientCommand(client, "sm_command");
}


Replace the sm_command for the command you want.
Forum: Plugin/Gameplay Ideas and Requests 04-26-2023, 22:38
Replies: 1
Views: 417
Posted By Naathy
Re: Update a plugin

Its in Github (https://github.com/kgns/weapons).
Forum: Plugin/Gameplay Ideas and Requests 04-07-2023, 18:39
Replies: 1
Views: 504
Posted By Naathy
Re: [REQ]Making a discord rpc according to the server you entered

I dont think its possible, BUT you can make custom RPC from programs like MultiRPC.
Forum: Plugin/Gameplay Ideas and Requests 04-04-2023, 18:27
Replies: 3
Views: 788
Posted By Naathy
Re: [REQ] Gloves CT Arms Error

Should not be posted on gloves plugin forum?
Here is to request new plugins :|
Forum: Plugin/Gameplay Ideas and Requests 04-04-2023, 18:24
Replies: 2
Views: 523
Posted By Naathy
Re: [CS:GO] timelimit as round timer

Do you use some plugin that shows round timer in hud or it is the default by Valve?
Forum: Plugins 04-02-2023, 19:38
Replies: 784
Views: 415,574
Posted By Naathy
Re: [CS:GO] Pug Setup (v2.0.7, 2021-11-03)

Common issue. Change the value of mp_match_restart_delay fix it. ~~At least for me.
I use 10 now and dont bug anymore.
Forum: Plugin/Gameplay Ideas and Requests 04-02-2023, 04:38
Replies: 1
Views: 548
Posted By Naathy
Re: Problem with MVP Anthem

Here is to request plugins, you should report it in the plugin forum or Github issue session.

btw, check if you have the latest version and if there's some convar to block or not the music kits.
Forum: Plugin/Gameplay Ideas and Requests 03-31-2023, 18:59
Replies: 6
Views: 958
Posted By Naathy
Re: Need a plugin

Answered in Discord, it seems working with his requests. ^
Can mark with 'Solved'.
Forum: Plugin/Gameplay Ideas and Requests 03-28-2023, 03:19
Replies: 6
Views: 958
Posted By Naathy
Re: Need a plugin

Download includes here: https://github.com/Deathknife/sourcemod-discord
Forum: Plugin/Gameplay Ideas and Requests 03-24-2023, 04:48
Replies: 6
Views: 958
Posted By Naathy
Re: Need a plugin

#include <sourcemod>
#include <discord>

char g_sHostname[264];

ConVar cvarHostname;

#pragma newdecls required

public Plugin myinfo =
Forum: Plugins 03-13-2023, 19:58
Replies: 218
Views: 187,300
Posted By Naathy
Re: Help Menu v0.3 (7/10)

I did not tested it in L4D2, you can do it? I dont see reasons why should not work, so worth a try.
Let me know when you test and tell me if got you got some issue.
Forum: Plugins 03-06-2023, 23:08
Replies: 218
Views: 187,300
Posted By Naathy
Re: Help Menu v0.3 (7/10)

This plugin is so old. I think you guys should try this one (https://forums.alliedmods.net/showthread.php?t=339351)
Forum: Plugins 03-06-2023, 21:57
Replies: 0
Views: 991
Posted By Naathy
[CS:GO] Weapon Kill Awards

Description
Change the money earned by kill. You can assign differents money by each weapon.

Commands
sm_reload_money_cfg - Reload plugin config

To Do
Maybe add HS bonus?

Changelogs
Forum: Plugin/Gameplay Ideas and Requests 03-06-2023, 18:22
Replies: 10
Views: 2,318
Posted By Naathy
Re: [CS:GO][Request] Anti-Ghosting for Spectators

https://forums.alliedmods.net/showpost.php?p=2693587&postcount=6 this?
Forum: Plugin/Gameplay Ideas and Requests 03-01-2023, 21:51
Replies: 1
Solved Telegram Api
Views: 499
Posted By Naathy
Re: Telegram Api

try this: https://forums.alliedmods.net/showthread.php?p=2587083
Forum: Plugin/Gameplay Ideas and Requests 02-24-2023, 14:17
Replies: 7
Views: 672
Posted By Naathy
Re: [CSGO]I need block Weapon menu and Pick up

Wrong. mp_freezetime is the time players should be freeze at the start of the round. This does not affect buy time.
Forum: Plugin/Gameplay Ideas and Requests 02-23-2023, 04:56
Replies: 9
Views: 806
Posted By Naathy
Re: No pistol damage plugin

Put the code inside php tags, its better to read.

~~btw

You dont need to define weapons, just include cstrike file. List of guns here ...
Forum: Plugin/Gameplay Ideas and Requests 02-12-2023, 01:18
Replies: 5
Views: 938
Posted By Naathy
Re: help my code

Unkown_name;2799327]Why is my code not working?
the plugin is supposed to block the ability to use scopa in awp weapons if the player's speed is less than 250 units.



#include <sourcemod>...
Forum: Plugin/Gameplay Ideas and Requests 02-10-2023, 16:57
Replies: 4
Views: 647
Posted By Naathy
Re: [CSGO]Time played

Did you tried this one (https://forums.alliedmods.net/showthread.php?p=1751973) ?
Forum: Plugin/Gameplay Ideas and Requests 02-10-2023, 04:39
Replies: 4
Views: 1,025
Posted By Naathy
Re: CSGO - change name to ADMIN

Here you go:

#include <sourcemod>
#include <sdktools>

#pragma semicolon 1
#pragma newdecls required

#define PLUGIN_VERSION "1.0"
Forum: Plugin/Gameplay Ideas and Requests 02-10-2023, 03:10
Replies: 4
Views: 1,025
Posted By Naathy
Re: CSGO - change name to ADMIN

#include <sourcemod>
#include <sdktools>

#pragma semicolon 1
#pragma newdecls required

#define PLUGIN_VERSION "1.0"

public Plugin myinfo =
{
Forum: Source Servers (SRCDS) 02-09-2023, 18:55
Replies: 11
Views: 6,890
Posted By Naathy
Re: [CSGO] Community server list not displaying results

It's been a few weeks since I noticed that the list of community servers, CSGO game, both for the Steam and CSGO Servers option, does not show online servers.

Better yet, on steam, you search for...
Forum: Plugins 10-03-2022, 18:23
Replies: 5
Views: 1,576
Posted By Naathy
Re: [ANY] Get Full Info About Player

No, its wrong. I compiled with SM 1.10 & geoip.inc 1.11. All working fine, no errors.
Both versions was compiled this way.
Forum: Plugins 10-03-2022, 04:16
Replies: 5
Views: 1,576
Posted By Naathy
Re: [ANY] Get Full Info About Player

need a few fixes#pragma semicolon 1
#pragma newdecls required

#include <multicolors>

#include <sdktools>
#include <geoip>

public Plugin myinfo =
{
Forum: Plugins 10-02-2022, 02:36
Replies: 5
Views: 1,576
Posted By Naathy
[ANY] Get Full Info About Player

Description
This plugin get info about a player. It can make staff work a lot easier. :)
List of infos below.

Commands
sm_getinfo <#userid|name> - Get Info of player mentioned

Dependencies...
Showing results 1 to 25 of 39

 
Forum Jump

All times are GMT -4. The time now is 21:57.


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