Raised This Month: $7 Target: $400
 1% 

Showing results 1 to 25 of 500
Search took 0.04 seconds.
Search: Posts Made By: Cruze
Forum: Coding MM:S Plugins & SM Extensions 07-23-2023, 01:11
Replies: 369
Views: 255,717
Posted By Cruze
Re: Signature Request Thread

Looking for updated signature of extension SMRcon for the game CSGO.
OS: Linux (Having windows signature would be good too)


"#default"
{
"#supported"
{
"engine" "csgo"
}
Forum: General 03-16-2023, 04:16
Replies: 2
Views: 1,194
Posted By Cruze
Re: !elo plugin

Since I don't think there is some plugin which does this, so here you go! Let me know how the testing goes~

Edit: SteamWorks (https://github.com/KyleSanderson/SteamWorks/releases/) extension...
Forum: Plugin/Gameplay Ideas and Requests 03-08-2023, 03:22
Replies: 5
Views: 736
Posted By Cruze
Re: [CS:GO] All nades explode on impact

Replace "g_sGrenadeProjectiles" to:

char g_sGrenadeProjectiles[][] =
{
"hegrenade_projectile",
"flashbang_projectile",
"decoy_projectile",
"molotov_projectile",
"incgrenade_projectile"...
Forum: Plugin/Gameplay Ideas and Requests 03-07-2023, 15:15
Replies: 5
Views: 736
Posted By Cruze
Re: [CS:GO] All nades explode on impact

Untested. Code taken from grenade modes
Forum: Plugins 03-04-2023, 12:33
Replies: 53
Views: 30,811
Posted By Cruze
Forum: General 02-12-2023, 04:50
Replies: 7
Views: 1,209
Posted By Cruze
Re: How do i remove a ● from a message

Try sv_competitive_official_5v5 0
Forum: Plugin/Gameplay Ideas and Requests 01-03-2023, 09:38
Replies: 1
Views: 499
Posted By Cruze
Re: Simple CS:GO Jailbreak vip plugin

Untested

#include <sourcemod>

#pragma semicolon 1
#pragma newdecls required

bool g_bBhop[MAXPLAYERS+1] = {false, ...};

public void OnPluginStart() {
Forum: Scripting 12-25-2022, 04:01
Replies: 4
Views: 859
Posted By Cruze
Re: [CSGO] Best way to detect First Round?

Your method will get called in every round_start & every freezetime end
Forum: Plugins 12-14-2022, 03:30
Replies: 53
Views: 30,811
Posted By Cruze
Re: [ANY?] DU - Discord Utilities [2020/08/13]

I would require more details.
- SM version
- Discord API & DU version
- Module(s) you tried to use
Forum: Scripting 12-04-2022, 12:14
Replies: 6
Views: 852
Posted By Cruze
Forum: Scripting 12-04-2022, 07:34
Replies: 10
Views: 1,068
Posted By Cruze
Forum: Scripting 12-04-2022, 07:30
Replies: 6
Views: 852
Posted By Cruze
Re: Request: Plugin that terminates round (excluding bots)

#include <sourcemod>
#include <cstrike>

#define DEFAULT_ROUNDEND_DELAY 7.0

ConVar g_hRestartDelay;

public void OnPluginStart()
{
HookEvent("player_death", Event_PlayerDeath);
Forum: Coding MM:S Plugins & SM Extensions 11-29-2022, 12:43
Replies: 369
Views: 255,717
Posted By Cruze
Re: Signature Request Thread

Hey guys! After some update, it crashes server. Can someone help me find new signatures? Thanks

Game: CSGO
OS: Linux & Windows (Please check windows too if possible)
...
Forum: Scripting 10-30-2022, 12:44
Replies: 3
Views: 614
Posted By Cruze
Forum: Plugins 10-25-2022, 15:14
Replies: 17
Views: 12,256
Posted By Cruze
Forum: Coding MM:S Plugins & SM Extensions 10-25-2022, 08:47
Replies: 369
Views: 255,717
Posted By Cruze
Re: Signature Request Thread

Hey guys! Gamedata file got outdated in the latest update. Most probably "spawnserver" signature is changed. Can someone please help me find new one? Thanks!

Game: CSGO
OS: Windows & Linux

...
Forum: Plugins 10-25-2022, 07:01
Replies: 17
Views: 12,256
Posted By Cruze
Re: [CS:GO] Server TickRate Control [With API]

New update broke the plugin. Can someone update the gamedata?
Forum: Plugin/Gameplay Ideas and Requests 10-15-2022, 13:21
Replies: 4
Views: 721
Posted By Cruze
Forum: Plugin/Gameplay Ideas and Requests 10-15-2022, 04:41
Replies: 4
Views: 721
Posted By Cruze
Re: [CsGo] how to change comunications server is full

Which reserved slot plugin are you using? SM reserved slot doesn't print this message (by default). If you have changed the message in the past and can't remember file path/name:...
Forum: Scripting 10-15-2022, 04:35
Replies: 5
Views: 733
Posted By Cruze
Re: How to create properly a native for a bool value?

if ( RankedMatch() == true )
if ( RankedMatch() == true )
public Action DebugWar_Cmd(int client, int args)
{
if ( RankedMatch() == true )
{
PrintToChat(client,"Enabled");
}...
Forum: Scripting 09-29-2022, 09:52
Replies: 5
Views: 778
Posted By Cruze
Re: [CS:GO] Server crashes when terrorist dies

Are you precaching the models?
Forum: Plugins 09-19-2022, 16:14
Replies: 7
Views: 1,634
Posted By Cruze
Re: [CS:GO] SCP Breach CS:GO [v0.1.0-beta | 19-Sep-2022]

Wow! Really nice idea and well written! Good job! :bacon!:
Forum: Plugin/Gameplay Ideas and Requests 09-01-2022, 16:06
Replies: 4
Views: 1,497
Posted By Cruze
Re: Problem z abner bhop

If csgo:
sv_autobunnyhopping 1
Forum: Scripting 08-19-2022, 05:04
Replies: 7
Views: 1,054
Posted By Cruze
Re: Translation in a timer action possible?

Plugin:

public Action Timer_TEST(Handle timer)
{
for(int client = 1; client <= MaxClients; client++)
{
if(IsClientInGame(client) && !IsFakeClient(client))
{
CPrintToChat(client,...
Forum: General 08-18-2022, 11:07
Replies: 24
Views: 7,093
Posted By Cruze
Re: CSGO Shifting to Source 2 Engine Announced

No, it's not. There were rumors that valve will release Source 2 for CSGO on game's birthday but rumors are rumors!
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 03:50.


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