Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $169
Target: $400
42%
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.02
seconds.
Search:
Posts Made By:
Cruze
Forum:
Plugin/Gameplay Ideas and Requests
01-02-2021, 08:27
Replies:
2
[REQ][CS;GO] Add timelimit to the top
Views:
446
Posted By
Cruze
Re: [REQ][CS;GO] Add timelimit to the top
by increasing mp_roundtime?
Forum:
Plugin/Gameplay Ideas and Requests
01-02-2021, 08:25
Replies:
2
How to set custom model on player spawn?
Views:
366
Posted By
Cruze
Re: How to set custom model on player spawn?
Try setting model after a frame or timer.
RequestFrame(Frame_PlayerSpawn, client);
OR
CreateTimer(0.1, Timer_PlayerSpawn, client);
Forum:
Plugin/Gameplay Ideas and Requests
01-02-2021, 08:18
Replies:
1
[CSGO]HUD join message
Views:
352
Posted By
Cruze
Re: [CSGO]HUD join message
sm_scm_left_enable 0
Forum:
Scripting
01-02-2021, 03:15
Replies:
4
Solved
Is that possible to change a warmup message on CS:GO
Views:
668
Posted By
Cruze
Re: Is that possible to change a warmup message on CS:GO
It doesn't go off on it's own so just create timer everytime you want it off. Calling this function with `funfact_token` blank after given duration would make it disappear.
Forum:
Plugin/Gameplay Ideas and Requests
12-04-2020, 13:39
Replies:
3
Problem with compilation zephyrus store
Views:
421
Posted By
Cruze
Re: Problem with compilation zephyrus store
It will only compile with SM 1.9 or below
Forum:
General
12-04-2020, 13:16
Replies:
4
Remove restriction pistol
Views:
492
Posted By
Cruze
Re: Remove restriction pistol
if above doesn't work ->
public Action Event_PlayerSpawn(Event event, const char[] name, bool dontBroadcast)
{
RequestFrame(Frame_PlayerSpawn, event.GetInt("userid"));
}
void...
Forum:
General
12-01-2020, 09:15
Replies:
4
Remove restriction pistol
Views:
492
Posted By
Cruze
Re: Remove restriction pistol
Some maps strips pistols in round start
Forum:
Scripting
10-13-2020, 04:58
Replies:
2
Solved
[CSGO] Turning Thrown Grenades Into Footballs
Views:
486
Posted By
Cruze
Re: [CSGO] Turning Thrown Grenades Into Footballs
public void OnEntityCreated(int entity, const char[] classname)
{
if(StrContains(classname, "_projectile") != -1) SDKHook(entity, SDKHook_SpawnPost, Grenade_SpawnPost);
if(StrContains(classname,...
Forum:
Zombie:Reloaded
10-13-2020, 04:51
Replies:
4
Any zombie reloaded servers existing anymore?
Views:
1,431
Posted By
Cruze
Re: Any zombie reloaded servers existing anymore?
You should mention game name too!
Forum:
Plugin/Gameplay Ideas and Requests
09-22-2020, 06:33
Replies:
1
rounds to minutes plugin
Views:
202
Posted By
Cruze
Re: rounds to minutes plugin
mp_maxrounds 0
mp_timelimit 25
Forum:
Scripting
09-21-2020, 02:25
Replies:
5
Solved
[HELP] EmitSoundToClient issue
Views:
484
Posted By
Cruze
Re: [HELP] EmitSoundToClient issue
public Action Command_ToggleSound(int client, int args)
{
HearSound[client] = !HearSound[client];
ReplyToCommand(client, "Sounds %s", HearSound[client] ? "disabled" : "enabled");
...
Forum:
Plugin/Gameplay Ideas and Requests
09-20-2020, 14:49
Replies:
22
Block +left and +right
Views:
8,081
Posted By
Cruze
Re: Block +left and +right
Here you go. I'm back when post got outdated
Forum:
Scripting
09-20-2020, 14:02
Replies:
1
pls help
Views:
217
Posted By
Cruze
Re: pls help
#include <sourcemod>
#include <sdktools>
#pragma newdecls required
#pragma semicolon 1
public Plugin myinfo =
{
name = "Vote Grenades",
author = "Cruze",
Forum:
General
09-04-2020, 02:33
Replies:
5
mapchooser.smx doesnt open a vote
Views:
402
Posted By
Cruze
Re: mapchooser.smx doesnt open a vote
Try keeping mp_timelimit 5
Forum:
Plugins
09-03-2020, 16:12
Replies:
17
[ANY?] DU - Discord Utilities [2020/08/13]
Views:
4,185
Posted By
Cruze
Re: [ANY?] DU - Discord Utilities [2020/08/13]
Plugin updated to 2.4-BETAfix (https://github.com/Cruze03/discord-utilities/releases/tag/2.4-BETAfix).
It's recommended to upgrade because previous ones had a lots of memory leaks!
Forum:
Plugins
08-31-2020, 17:02
Replies:
17
[CSGO][PugSetup] RoundRestore
Views:
2,581
Posted By
Cruze
Re: [CSGO][PugSetup] RoundRestore
Nothing really if you use default backup pattern!
Forum:
Plugins
08-28-2020, 17:28
Replies:
17
[ANY?] DU - Discord Utilities [2020/08/13]
Views:
4,185
Posted By
Cruze
Re: [ANY?] DU - Discord Utilities [2020/08/13]
Added Version 2.3-BETA!
Removes players from database if he's not in discord server. (Plugin checks every x seconds [Check Interval Cvar]).
More change log here...
Forum:
Plugin/Gameplay Ideas and Requests
08-20-2020, 15:41
Replies:
3
[CSGO] Stuck when round ends after timelimit ends
Views:
433
Posted By
Cruze
Re: [CSGO] Stuck when round ends after timelimit ends
Update:-
Tried this from here (http://www.kz-climb.com/index.php?threads/megathread-issues.2300/):
[KZTimer] Map is stuck and cant change map until server restart
Delete...
Forum:
Plugin/Gameplay Ideas and Requests
08-19-2020, 04:03
Replies:
3
[CSGO] Stuck when round ends after timelimit ends
Views:
433
Posted By
Cruze
Re: [CSGO] Stuck when round ends after timelimit ends
Tried re-installing cgo, re-checking authkey and changing autkey to a friend's one. Still the same.
Plugin uses default mapcycle just a modified default mapchooser to show kz map's tier, that's all
Forum:
Plugin/Gameplay Ideas and Requests
08-17-2020, 14:59
Replies:
3
[CSGO] Stuck when round ends after timelimit ends
Views:
433
Posted By
Cruze
[CSGO] Stuck when round ends after timelimit ends
Round ends after timelimit ends. Scoreboard comes up. After 3-5 seconds, scoreboards gets removed (when it should've changed to nextmap) but map doesn't change. Everyone is stuck. No map command work...
Forum:
Plugins
08-16-2020, 15:00
Replies:
56
[ANY] Discord API (Send/Retrieve messages, list Guilds/Channels) UPDATE: 10/1/17
Views:
30,758
Posted By
Cruze
Re: [ANY] Discord API (Send/Retrieve messages, list Guilds/Channels) UPDATE: 10/1/17
#include <sourcemod>
#include <discord>
#pragma semicolon 1
#define BOT_TOKEN "mytoken"
#define CHANNEL_ID ""
DiscordBot gBot;
Forum:
Plugins
08-16-2020, 02:36
Replies:
56
[ANY] Discord API (Send/Retrieve messages, list Guilds/Channels) UPDATE: 10/1/17
Views:
30,758
Posted By
Cruze
Re: [ANY] Discord API (Send/Retrieve messages, list Guilds/Channels) UPDATE: 10/1/17
You haven't mentioned which channel bot should be active in
Forum:
Scripting
08-15-2020, 02:29
Replies:
5
Tag mismatch
Views:
307
Posted By
Cruze
Re: Tag mismatch
Use new bool:sHead or just simply bool sHead
Forum:
Plugin/Gameplay Ideas and Requests
08-14-2020, 08:22
Replies:
4
Solved
[CSGO][PAID] Plugin for any server that there is
Views:
491
Posted By
Cruze
Re: [CSGO][REQ] Plugin for any server that there is
#include <sourcemod>
#include <sdktools>
#include <cstrike>
#undef REQUIRE_PLUGIN
#include <sourcecomms>
#include <basecomm>
#define REQUIRE_PLUGIN
#pragma semicolon 1
Forum:
Plugins
08-13-2020, 14:27
Replies:
17
[ANY?] DU - Discord Utilities [2020/08/13]
Views:
4,185
Posted By
Cruze
Re: [ANY?] DU - Discord Utilities [2020/08/13]
Thanks :D
With the method that discord utilities does, it's not possible. Though I'll think of different way.
It couldn't be done without you guys <3
Why not use webhook? That plugin is...
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Server Discussion
Source Servers (SRCDS)
HL1 Servers (HLDS)
AMX Mod X
News
Bug Reports
General
Off-Topic
Plugins
Suggestions / Requests
Approved Plugins
New Plugin Submissions
Unapproved/Old Plugins
Translation Request
High-Traffic Plugins
GunGame
UAIO (Ultimate All-In-One Plugin)
xREDIRECT
CSDM
AMX Super
RuneMod
Zombie Plague Mod
SuperHero Mod
News
Tech Support
Scripting Help
Off-Topic / General Chat
Heroes
Suggestions / Requests
Approved Heroes
New Submissions
Unapproved/Old Heroes
Module Heroes
SuperHero Mod Stats - By 123
(OLD) Bug Reports
Scripting
Scripting Help
Code Snippets/Tutorials
Module Coding
Donor Access
SourceMod
News
General
Plugins
Plugins
Unapproved Plugins
Plugin/Gameplay Ideas and Requests
High-Traffic Plugins
SourceMod Anti-Cheat
Zombie:Reloaded
SourceBans / SourceBans++
VSH / Freak Fortress
Store
SM_Hosties
HLstatsX:CE
Scripting
Extensions
Snippets and Tutorials
Donor Access
Metamod: Source
Metamod:Source Plugins
Metamod:Source Questions
Coding MM:S Plugins & SM Extensions
Hosted Stuff
Asherkin's Plugins
TFDodgeball
TF2Items
SteamTools
Bail's Plugins
CSDM
CS:S DM
Off-Topic & Trash
Off-Topic
Trash
All times are GMT -4. The time now is
03:52
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Theme made by Freecode