Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $128
Target: $400
32%
Page 1 of 5
1
2
3
>
Last
»
Showing results 1 to 25 of 117
Search took
0.01
seconds.
Search:
Posts Made By:
StrikeR14
Forum:
Plugin/Gameplay Ideas and Requests
02-11-2021, 17:00
Replies:
5
CS:GO Surf Combat PLUGIN.
Views:
279
Posted By
StrikeR14
Re: CS:GO Surf Combat PLUGIN.
What's wrong with his request? Most things he mentioned already exist on the forum, as well as he probably suggests payment in exchange.
Forum:
Scripting
02-05-2021, 20:35
Replies:
11
How to save Function in dynamic array?
Views:
591
Posted By
StrikeR14
Re: How to save Function in dynamic array?
char defaultGameModes[] = {"Shooter", "HNS", "Matrix", "COD:MW"};
char defaultGameModes_Handler[] = {"Shooter_Handle", "HNS_Handle", "Matrix_Handle", "CODMW_Handle"};
To
char...
Forum:
Snippets and Tutorials
01-30-2021, 08:38
Replies:
5
Server Protection : How to Protect Your Server From Hackers and DDOSERS
Views:
1,070
Posted By
StrikeR14
Re: Server Protection : How to Protect Your Server From Hackers and DDOSERS
SMAC doesn't function properly AFAIK (server owners often report that they have been banned by the plugin), might recommend other anti-cheats in your posts.
Having that said, it's a great guide,...
Forum:
General
01-30-2021, 06:15
Replies:
2
[TF2] Last player cannot see chat messages but he can send
Views:
533
Posted By
StrikeR14
Re: [TF2] Last player cannot see chat messages but he can send
Might not be related but I don't see a reason to run 2 chat processors on a single server
Forum:
General
01-30-2021, 06:13
Replies:
2
[QUESTION] Valve still ban GSLT or no?
Views:
388
Posted By
StrikeR14
Re: [QUESTION] Valve still ban GSLT or no?
You should always assume there's a risk when a plugin is unapproved due to messing with valve
Forum:
Plugin/Gameplay Ideas and Requests
01-28-2021, 15:53
Replies:
7
[error-help] VIP R1KO
Views:
354
Posted By
StrikeR14
Re: [error-help] VIP R1KO
I can't tell what's wrong without seeing the full code, also check my updated answer
Forum:
Plugins
01-28-2021, 13:01
Replies:
11
[TF2] WarPaints 1.1.1 (26-Jan-2021)
Views:
1,624
Posted By
StrikeR14
Re: [TF2] WarPaints 1.1.1 (26-Jan-2021)
Ah thanks, I'll add them soon.
Forum:
Plugin/Gameplay Ideas and Requests
01-27-2021, 17:40
Replies:
7
[error-help] VIP R1KO
Views:
354
Posted By
StrikeR14
Re: [error-help] VIP R1KO
It means you're missing the TranslationPhraseExists function in your code.
EDIT: Apparently that function is included in sourcemod as default, it's weird that you're getting that error.
Forum:
Plugins
01-26-2021, 14:26
Replies:
11
[TF2] WarPaints 1.1.1 (26-Jan-2021)
Views:
1,624
Posted By
StrikeR14
Re: [TF2] WarPaints 1.1.1 (26-Jan-2021)
Version 1.1.1 - Added more warpaints (apparently missed some).
Forum:
Scripting
01-22-2021, 15:36
Replies:
4
Help with laser
Views:
210
Posted By
StrikeR14
Re: Help with laser
Not sure what you mean, also you should specify the game cause laser models are different in some games.
Is it supposed to be a laser sight? Or bullet trail?
Forum:
Plugin/Gameplay Ideas and Requests
01-16-2021, 22:34
Replies:
2
Looking for a TF2 plugin designer
Views:
281
Posted By
StrikeR14
Re: Looking for a TF2 plugin designer
I can help as well.
Forum:
Plugin/Gameplay Ideas and Requests
01-15-2021, 21:02
Replies:
5
Send discord notifications or store in mysql when certain words are said
Views:
446
Posted By
StrikeR14
Re: Send discord notifications or store in mysql when certain words are said
https://forums.alliedmods.net/showthread.php?p=2588553
Forum:
Scripting
01-11-2021, 14:34
Replies:
4
[TF2] An attempt to fix the missing disguise shotgun
Views:
455
Posted By
StrikeR14
Re: [TF2] An attempt to fix the missing disguise shotgun
Just to make sure, you're saying that the shotgun is invisible and the player is not t-posed anymore, right?
If so, just use:
SetEntProp(weapon, Prop_Send, "m_bValidatedAttachedEntity", true);...
Forum:
Scripting
01-09-2021, 21:02
Replies:
4
Compilation errors
Views:
483
Posted By
StrikeR14
Re: Compilation errors
Apparently it's more compilcated array index than just i, maybe there's more math calculations behind it (like the x+i+1 thing). If this isn't your plugin, then I can't understand what the original...
Forum:
Plugins
01-09-2021, 20:56
Replies:
12
[TF2] Wear cosmetics
Views:
1,004
Posted By
StrikeR14
Re: [TF2] Wear cosmetics
Glad I could help. Looking at the source-code, it's really weird that you got that error since there's no dependency named 'tf2wearables' inside it. Perhaps another plugin in your server conflicts...
Forum:
Plugins
01-09-2021, 17:18
Replies:
12
[TF2] Wear cosmetics
Views:
1,004
Posted By
StrikeR14
Re: [TF2] Wear cosmetics
https://i.ibb.co/cbN3Yqf/Screenshot-4.png
Forum:
Plugins
01-09-2021, 16:46
Replies:
12
[TF2] Wear cosmetics
Views:
1,004
Posted By
StrikeR14
Re: [TF2] Wear cosmetics
Not related to the plugin, you don't have an updated version of tf2attributes gamedata.
You didn't install the tf2wearables.smx file from the 1st post.
Forum:
Scripting
01-09-2021, 13:03
Replies:
4
Compilation errors
Views:
483
Posted By
StrikeR14
Re: Compilation errors
Whenever you want to approach a specific cell, you need to specify the index. Calling the array's name is not enough.
(meaning kolejka should be called as kolejka[i] in your errors).
Forum:
Plugins
01-08-2021, 16:38
Replies:
12
[TF2] Wear cosmetics
Views:
1,004
Posted By
StrikeR14
Re: [TF2] Wear cosmetics
https://forums.alliedmods.net/showthread.php?t=329412
Forum:
General
01-07-2021, 18:25
Replies:
2
[CSGO] Get info from a server to make website
Views:
575
Posted By
StrikeR14
Re: [CSGO] Get info from a server to make website
https://github.com/xPaw/PHP-Source-Query
Forum:
Plugins
01-07-2021, 17:51
Replies:
12
[TF2] Sheens 1.1
Views:
3,278
Posted By
StrikeR14
Re: [TF2] Sheens 1.1
The guy has been offline for a few months, not to mention that there's barely anything to translate.
Forum:
Scripting
01-07-2021, 17:09
Replies:
5
Solved
[Help][TF2] Getting the Current Clip of the Player's Weapon
Views:
406
Posted By
StrikeR14
Re: [Help][TF2] Getting the Current Clip of the Player's Weapon
The exact amount of bullets you have in the clip when you execute the code.
Forum:
Scripting
01-07-2021, 16:52
Replies:
5
Solved
[Help][TF2] Getting the Current Clip of the Player's Weapon
Views:
406
Posted By
StrikeR14
Re: [Help][TF2] Getting the Current Clip of the Player's Weapon
Try
int clip = GetEntProp(iWeapon, Prop_Data, "m_iClip1");
iWeapon is the entity index of the weapon.
Forum:
Scripting
01-07-2021, 12:37
Replies:
3
Solved
MatchRegex stopping after the first match
Views:
478
Posted By
StrikeR14
Re: MatchRegex stopping after the first match
int captures = regex.MatchAll(test);
https://sourcemod.dev/#/regex/methodmap.Regex/function.MatchAll
Forum:
Plugins
01-07-2021, 12:29
Replies:
15
[TF2] Trouble In Terrorist Town (0.4.1.1 Beta) [Updated 22-Dec-2020]
Views:
1,846
Posted By
StrikeR14
Re: [TF2] Trouble In Terrorist Town (0.4.1.1 Beta) [Updated 22-Dec-2020]
Should be more specific. Any error logs generated?
Showing results 1 to 25 of 117
Page 1 of 5
1
2
3
>
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
22:07
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Theme made by Freecode