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

Showing results 1 to 25 of 155
Search took 0.01 seconds.
Search: Posts Made By: alphaearth
Forum: Plugins 03-13-2020, 17:31
Replies: 489
Views: 180,794
Posted By alphaearth
Re: [ANY] Server Redirect - A full featured server listing/hoper (v0.2.6, 24/01/2016)

though the menu. Connecting to the server selected from the menu. this can be set from the menu config file. can this be done?

I tried using another plugin:...
Forum: Plugins 03-13-2020, 17:23
Replies: 8
Views: 5,476
Posted By alphaearth
Re: [CS:GO] Advanced Servers IP Menu

https://github.com/Wend4r/sm-redirect-core with library

When you select it in the menu, do you set it to connect to the server?

I have tried. but I don't know if it works. I did not test.
...
Forum: Plugins 02-21-2020, 18:57
Replies: 16
Views: 31,443
Posted By alphaearth
Re: [CS:GO] Smoke/Radar bugfix

https://github.com/b3none/sm-smokefix
Forum: Plugin/Gameplay Ideas and Requests 02-17-2020, 17:03
Replies: 1
Views: 877
Posted By alphaearth
Re: [CS:GO] sound command

simple


#define PLUGIN_AUTHOR ""
#define PLUGIN_VERSION "1.0"
#include <sourcemod>
#include <emitsoundany>
#pragma newdecls required

public Plugin myinfo =
Forum: Plugin/Gameplay Ideas and Requests 02-17-2020, 16:56
Replies: 6
Views: 1,538
Posted By alphaearth
Re: CSGO ! to issue a say message with the command help?

#include <sourcemod>
#include <multicolors>
#pragma newdecls required

public void OnPluginStart()
{
RegConsoleCmd("sm_ip", show_ip);
LoadTranslations("show_ip.phrases");
}
Forum: Plugins 01-19-2020, 13:23
Replies: 11
Views: 9,608
Posted By alphaearth
Re: [ANY] ADVANCED and silent CVAR change [AGO 2019]

I no longer need to change the codes of the plugins.


SetCvar("mp_maxrounds", 30);
SetCvar("mp_maxmoney", 16000);
SetCvar(char cvarName[64], value)
{
Handle IntCvar;
IntCvar =...
Forum: Plugins 01-16-2020, 18:59
Replies: 2
Views: 3,323
Posted By alphaearth
[ANY] Profile and Game Detail Check

DESC


If player have any permission, he can join server with private profile.
Check every player that joined the server.
You can determine the private profiles with using "sm_hours" command....
Forum: Plugins 01-16-2020, 18:35
Replies: 2
Views: 1,838
Posted By alphaearth
Re: Colorful writing using credit

You should code the plugin with the new api. You code other plugins with the old api. With the new updates coming to CS: GO, I think there is a chance that the plugins will deteriorate more quickly....
Forum: Scripting 12-20-2019, 05:25
Replies: 2
Views: 969
Posted By alphaearth
Re: Auto move spectator

I cannot understand what do you want to say. I do not try these codes with anything. Can you explain more?
Forum: Scripting 12-17-2019, 13:06
Replies: 2
Views: 969
Posted By alphaearth
Auto move spectator

When player's profile is private

g_bCantJoinTeam[client] = true

it should prevent the player from choosing team and send them to spectators, but it doesn't work as I wanted, can anyone help me?...
Forum: Plugin/Gameplay Ideas and Requests 12-12-2019, 11:54
Replies: 3
Views: 1,673
Posted By alphaearth
Re: [REQ] Help me edit !guns panel

https://github.com/splewis/csgo-executes/issues/30

Can you help with this issue? The necessary information is written here.
Forum: SourceBans / SourceBans++ 12-03-2019, 13:49
Replies: 4
Views: 3,990
Posted By alphaearth
Re: SourceBans Steam Login Failed?

https://github.com/brhndursun/SourceBans-StarTheme

Use this theme. Solves the error.
Forum: Plugin/Gameplay Ideas and Requests 12-03-2019, 07:48
Replies: 1
Views: 739
Posted By alphaearth
[req] timed mute gag

when we silence a player, we can't set a time. If the player enters the server and gets silenced is silenced. this plugin is her solution.

Can you add database support to this plugins?

#pragma...
Forum: Scripting 12-02-2019, 16:14
Replies: 2
Views: 1,081
Posted By alphaearth
Re: Privacy information link

The plugin was already running. It no longer works properly. Can you check the codes?

Other plugins don't do exactly what I want. With this add-on, I can get players to play according to game...
Forum: Scripting 12-01-2019, 09:34
Replies: 2
Views: 1,081
Posted By alphaearth
Privacy information link

http://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/?key={key}&appids_filter[0]={game}&steamid={steamid}&format=json...
Forum: Plugins 11-13-2019, 07:51
Replies: 61
Views: 55,038
Posted By alphaearth
Re: [ANY] Discord API (Send/Retrieve messages, list Guilds/Channels) UPDATE: 10/1/17

L 11/13/2019 - 12:47:55: [DISCORD] Couldn't Send Webhook - Fail 0 0

Can you fix this error?
Forum: Scripting 11-08-2019, 21:41
Replies: 5
Views: 1,269
Posted By alphaearth
Forum: Scripting 11-07-2019, 06:30
Replies: 5
Views: 1,269
Posted By alphaearth
Re: Preventing voting by time

Can you edit my article above via plugin?
Forum: Scripting 11-03-2019, 07:23
Replies: 5
Views: 1,269
Posted By alphaearth
Preventing voting by time

I want to prevent it from being restarted within 30 minutes of voting.

#pragma semicolon 1

#define DEBUG

#define PLUGIN_AUTHOR ""
#define PLUGIN_VERSION "0.00"

#include <sourcemod>
Forum: Scripting 06-12-2019, 09:11
Replies: 3
Views: 1,347
Posted By alphaearth
Re: Group Tag Credits

it works completely smoothly. you can solved the issue.


#include <sourcemod>
#include <store>
#include <sdktools>
#include <cstrike>
#pragma semicolon 1

Handle g_ClanTagi;
Forum: Scripting 06-12-2019, 07:44
Replies: 3
Views: 1,347
Posted By alphaearth
Re: Group Tag Credits

That's the last I did. Can you help with mistakes?


#include <sourcemod>
#include <store>
#include <sdktools>
#pragma semicolon 1

Handle g_ClanTagi;
Handle g_EklentiTagi;
Forum: Scripting 06-12-2019, 05:57
Replies: 3
Views: 1,347
Posted By alphaearth
Group Tag Credits

I changed the credit plugin to those who joined the steam group. I want to make a credit plugin to group tag fields. There are errors in these lines. Can you help me fix it?


#include <sourcemod>...
Forum: Plugins 05-25-2019, 10:56
Replies: 166
Views: 86,114
Posted By alphaearth
Re: [ANY] adminWatch (v1.2.2)

L 05/25/2019 - 14:51:54: SourceMod error session started
L 05/25/2019 - 14:51:54: Info (map "de_dust2") (file "errors_20190525.log")
L 05/25/2019 - 14:51:54: [adminwatch.smx] Unable to connect to...
Forum: General 05-18-2019, 19:55
Replies: 2
Views: 911
Posted By alphaearth
Questions GOTV DeathCam

I just want to activate the death camera repetition. When the player dies in 5 seconds from the death camera will be able to watch the death repeat. After 5 seconds, the repeat repeat option will be...
Forum: Plugins 05-18-2019, 11:44
Replies: 19
Views: 20,445
Posted By alphaearth
Re: [CS:GO] Executes 1.0b

I'm adding a smoke bomb, but it's not throwing the bomb. Gives warning when I compile the plugin.
Could you please correct these errors?


//...
Showing results 1 to 25 of 155

 
Forum Jump

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


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