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

Showing results 1 to 25 of 459
Search took 0.01 seconds.
Search: Posts Made By: szogun
Forum: General 01-14-2024, 08:16
Replies: 0
Views: 994
Posted By szogun
cs2: Server crashes

Hey, I need a little help I can't figure out what is causing the server to crash
css version: 142
meta version: 2.0.0-dev+1256
css plugins:
adds file with accelerator_local


List of all...
Forum: Scripting 02-22-2023, 10:48
Replies: 1
Views: 503
Posted By szogun
Checking the status of grenades and restoring them

Hey is there any person who would help me with this code to do the saving of grenade status and its restoration, unfortunately I am using maps where we have portals etc and they unfortunately remove...
Forum: Scripting 01-29-2023, 08:56
Replies: 6
Views: 986
Posted By szogun
Re: Messages do not display

static const char ADVERTS[][] =
{
"<b><font color='#23f911' class='fontSize-xxl'>BONUS</font></b> \n <font class='fontSize-l'>Chcesz co rundę otrzymywać bonusy? \n Dołącz do naszego <b><font...
Forum: Scripting 01-23-2023, 11:47
Replies: 6
Views: 986
Posted By szogun
Messages do not display

hey , will you help me to make the plug-in correctly, I unfortunately no longer have the skills to make it work

#include <sourcemod>

#pragma newdecls required
#pragma semicolon 1

#define...
Forum: Scripting 01-21-2023, 17:57
Replies: 1
Views: 360
Posted By szogun
number of arguments does not match definition

Hey, can someone help me correct this

#include <sourcemod>

public void OnPluginStart()
{
RegConsoleCmd("sm_code", Command_Test);
}

public Action Command_Test(int client, int args)
Forum: Plugins 12-26-2022, 09:21
Replies: 53
Views: 31,093
Posted By szogun
Re: [ANY?] DU - Discord Utilities [2020/08/13]

Hey what should the discord command look like to verify your account when! !link 1-819594-7656119xxxxxx | !link "1-819594-7656119xxxxxx" receives information that the given command is wrong
Forum: Scripting 11-08-2022, 19:12
Replies: 2
Views: 555
Posted By szogun
Re: newevent message

csgo, aha, so my thought is bad, so I have no ideas how to do it
Forum: Scripting 11-08-2022, 05:39
Replies: 2
Views: 555
Posted By szogun
newevent message

Hey, I'm a beginner and I'm trying to do an end-of-round ad in cs_win_panel_round but it doesn't work for me at all

#include <sourcemod>
#include <sdkhooks>

#define MAX_PLAYERS 64

int...
Forum: Scripting 09-29-2022, 17:27
Replies: 1
Views: 653
Posted By szogun
hide the scoreboard

Hey! I've got a question
Is it possible to lock the scoreboard at the end of a match in csgo?
Forum: Plugins 11-20-2021, 07:02
Replies: 8
Views: 7,836
Posted By szogun
Re: [ANY] SLAYER-KillStreak with Animated Overlays + Sounds

L 11/19/2021 - 21:47:42: [SM] Exception reported: Client 3 is not connected
L 11/19/2021 - 21:47:42: [SM] Blaming: SLAYER_KillStreak.smx
L 11/19/2021 - 21:47:42: [SM] Call stack trace:
L...
Forum: Plugins 04-17-2021, 18:47
Replies: 11
Views: 9,360
Posted By szogun
Re: [CS:GO] Dices - Gamble your credits with another player [STORE/SHOP support]

After adding this
https://crash.limetech.org/ovkk5xfeqc44
Forum: Scripting 03-27-2020, 14:58
Replies: 0
Views: 538
Posted By szogun
Mute death player

Hey, I need some help with the code.
Why does the plugin start alltalk in a new round?

#include <sourcemod>
#include <sdktools>

#pragma semicolon 1
#pragma newdecls required

ConVar...
Forum: Plugins 03-18-2020, 13:05
Replies: 272
Views: 180,630
Posted By szogun
Re: [ANY][09.02.2020] GameVoting v1.9.x [voteban votekick votemute]

Does anyone know how to reconcile voteban etc with sourcebans ++
Currently, a person can get in again after being banned
Forum: General 02-11-2020, 15:33
Replies: 2
Views: 1,078
Posted By szogun
Re: Lag on the server through the plugin

//// medic.sp
//
// medic.sp(58) : error 180: function return type differs from prototype. expect
ed 'Action', but got 'int'
//
// 1 Error.
//
// Compilation Time: 0,31 sec
//...
Forum: General 02-11-2020, 13:18
Replies: 2
Views: 1,078
Posted By szogun
Lag on the server through the plugin

Hey, I have high var and sv on the server via the medic plugin to csgo.

Unfortunately, I am not able to improve it myself, or I can count on help

/* put the line below after all of the...
Forum: General 01-10-2020, 16:31
Replies: 3
Views: 1,471
Posted By szogun
No maps in mapgroup map list!

Hello
Trying to change mapcycle on the server using gamemodes.txt

But when I use the print_mapgroup_sv command it returns a message to me

Map group: mg_active_5v5
No maps in mapgroup map...
Forum: Scripting 12-14-2019, 07:34
Replies: 1
Views: 712
Posted By szogun
Change the text color

Hello
How can I change the text color for type variables

ReplaceStringWithInt(message, sizeof(message), "{DMG_TO}", g_DamageDone[client][i], false);
...
Forum: Plugin/Gameplay Ideas and Requests 12-03-2019, 15:23
Replies: 4
Views: 1,203
Posted By szogun
Re: Adaptation of the plugin to sm 1.10

The plugin compiles correctly, it only informs about the old menu structure

//// knife_round.sp
//
// knife_round.sp(221) : warning 234: symbol "IsValidHandle" is marked as deprec
ated: Do not...
Forum: Plugin/Gameplay Ideas and Requests 12-03-2019, 08:20
Replies: 4
Views: 1,203
Posted By szogun
Re: Adaptation of the plugin to sm 1.10

For what purpose?
The problem is not in disabling / enabling the kento rankme plugin

As I noticed, the plugin has a problem to correctly vote for the team
Forum: Plugin/Gameplay Ideas and Requests 12-02-2019, 10:54
Replies: 4
Views: 1,203
Posted By szogun
Adaptation of the plugin to sm 1.10

Can you help me adapt the plugin to version 1.10 for, because after changing it the server will crash


#include <sourcemod>
#include <sdktools>
#include <cstrike>
#include <entity>

#pragma...
Forum: Scripting 11-22-2019, 11:44
Replies: 0
Views: 666
Posted By szogun
Server hangs when voting

Hey, I have a problem with the plugin, when it is time to vote, the server gets lag

//#define UNLOAD_KENTO_RANKME

#include <sourcemod>
#include <sdktools>
#include <cstrike>
#include...
Forum: General 10-15-2019, 13:30
Replies: 0
Views: 847
Posted By szogun
Crosshair lock added by consoles

Hello
Is there any way to block the crosshair added from the console with csgo
Forum: General 09-29-2019, 04:22
Replies: 13
Views: 3,951
Posted By szogun
Re: Bad loads plugins game.data

Okay, but I use the compiler locally in version 1.9 and on the server I also have versions 1.9
Forum: General 09-28-2019, 15:54
Replies: 13
Views: 3,951
Posted By szogun
Re: Bad loads plugins game.data

Well, but this plugin also has a problem with the same reason
Forum: General 09-28-2019, 11:48
Replies: 13
Views: 3,951
Posted By szogun
Re: Bad loads plugins game.data

Okay, but why does the indicated plugin inform about the lack game data
If it works correctly on one of my servers, but it doesn't work on a clean one because of this error
Showing results 1 to 25 of 459

 
Forum Jump

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


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