Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $
Target: $400
0%
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.03
seconds.
Search:
Posts Made By:
eyal282
Forum:
Scripting
02-27-2021, 09:57
Replies:
0
[CS:GO] Finding player revolver or deagle
Views:
128
Posted By
eyal282
[CS:GO] Finding player revolver or deagle
This is more of a theory other than asking for help.
I noticed that this seemed to be the player's loadout, but it looked a bit constant:
for (new i = 0; i < GetEntPropArraySize(client,...
Forum:
Plugins
02-21-2021, 06:00
Replies:
34
[CS:GO] No Dupe Account (1.2.1, 2021-02-24)
Views:
1,338
Posted By
eyal282
Re: [CS:GO] No Dupe Account (1.1.0, 2021-02-21)
You should look at Useful Commands' method of approximating level. This with making 5 and 10 year coin auto accepted will be enough.
Google alliedmods csgo useful commands.
Forum:
Plugins
02-21-2021, 03:22
Replies:
33
[ANY] BETA SQLite Bans V2.0
Views:
7,791
Posted By
eyal282
Re: [ANY] BETA SQLite Bans V2.0
Then I might get it out of beta. Still no one error to this date?
Note that even error logs are bad IMO even without bugs.
Forum:
Plugins
02-20-2021, 08:01
Replies:
82
[CS:GO/L4D1/L4D2] Weapon Charms (1.13) [04-Mar-2021]
Views:
13,442
Posted By
eyal282
Re: [CS:GO/L4D1/L4D2] Weapon Charms (1.12) [15-Feb-2021]
This is after equipping the Usp-S.
Forum:
Plugins
02-20-2021, 06:53
Replies:
82
[CS:GO/L4D1/L4D2] Weapon Charms (1.13) [04-Mar-2021]
Views:
13,442
Posted By
eyal282
Re: [CS:GO/L4D1/L4D2] Weapon Charms (1.12) [15-Feb-2021]
http://fdl.weplayil.co.il//materials/models/weapons/silvershot/charms/turntable/vinyl_specular.vtf.
Downloading http://fdl.weplayil.co.il//models/weapons/silvershot/viewmodels/v_shot_mag7.mdl.bz2....
Forum:
Plugins
02-20-2021, 06:34
Replies:
82
[CS:GO/L4D1/L4D2] Weapon Charms (1.13) [04-Mar-2021]
Views:
13,442
Posted By
eyal282
Re: [CS:GO/L4D1/L4D2] Weapon Charms (1.12) [15-Feb-2021]
Please let nobody make bz2 ever again and attach it to the original ( I believe .bz2 is CS:GO exclusive )
Forum:
Source Servers (SRCDS)
02-20-2021, 06:19
Replies:
36
Batch file / create bz2's in mass quantities
Views:
23,365
Posted By
eyal282
Re: Batch file / create bz2's in mass quantities
Can you add something that allows me to drag a folder and it will do everything needed?
Also I noticed this file didn't get processed, maybe a name thing?
Jack--o-Lantern Happy Top.vmt
Forum:
Plugins
02-19-2021, 20:11
Replies:
8
[CS:S/CS:GO] Blackjack!
Views:
1,155
Posted By
eyal282
Re: [CS:S/CS:GO] Blackjack!
I spent a lot of time building my masterpiece of Useful Commands. If it is possible for someone with even the worst opinion on earth to call it "horrible", I want to know to fix it.
Forum:
Plugins
02-19-2021, 16:03
Replies:
8
[CS:S/CS:GO] Blackjack!
Views:
1,155
Posted By
eyal282
Re: [CS:S/CS:GO] Blackjack!
Try making it menu based completely. It looks horrible.
Forum:
Plugins
02-17-2021, 08:43
Replies:
1
[CS:GO] Start Health Manager
Views:
269
Posted By
eyal282
Re: [CS:GO] Start Health Manager
Added VIP distinctions, auto exec config
Updated to trans syntax as promised.
Forum:
Plugins
02-16-2021, 10:38
Replies:
1
[CS:GO] Start Health Manager
Views:
269
Posted By
eyal282
[CS:GO] Start Health Manager
Note: should work for all games that have two teams. Plugin untested.
Forum:
Plugins
02-06-2021, 05:37
Replies:
5
[CSGO] Chicken healing
Views:
609
Posted By
eyal282
Re: [CSGO] Chicken healing
If you made it give $ instead, it could legit be a competitive addon that isn't broken.
Forum:
Plugins
02-05-2021, 10:55
Replies:
7
[CS:S] TTT (Among Us Version) 2021 (Trouble in Terrorist Town)
Views:
1,098
Posted By
eyal282
Re: [CS:S] TTT (Among Us Version) 2021 (Trouble in Terrorist Town)
When the Impostor is sus.
I don't think people understand how horrible Among Us is relative to TTT.
Forum:
Plugins
01-22-2021, 08:57
Replies:
100
[CS:GO] Flashlight (1.3.62)
Views:
71,518
Posted By
eyal282
Re: [CS:GO] Flashlight (1.3.62)
#pragma semicolon 1
#include <sdktools>
#define PVERSION "1.3.63"
new Handle:gH_Enabled = INVALID_HANDLE;
new Handle:gH_LAW = INVALID_HANDLE;
new Handle:gH_Return = INVALID_HANDLE;
new...
Forum:
Plugins
01-14-2021, 16:15
Replies:
100
[CS:GO] Flashlight (1.3.62)
Views:
71,518
Posted By
eyal282
Re: [CS:GO] Flashlight (1.3.62)
Sometimes the cvar with "return" in the name will be treated as 0 and the only fix is to change it from 1 to 0 and again to 1.
Forum:
Scripting
01-13-2021, 12:02
Replies:
3
[CS:GO] Make player bleed
Views:
360
Posted By
eyal282
Re: [CS:GO] Make player bleed
I forgot to send the video I wanted it to look like:
https://www.youtube.com/watch?v=hftukiaya3M&ab_channel=backwards
Edit:
CreateParticle("blood_pool", Origin)
This makes the pool in...
Forum:
Scripting
01-13-2021, 10:30
Replies:
3
[CS:GO] Make player bleed
Views:
360
Posted By
eyal282
[CS:GO] Make player bleed
I searched all of Duck Duck Go and didn't find a single thing that makes a player bleed. I prefer using default blood because I assume it should be edited by low violence mode.
Couldn't get...
Forum:
Scripting
01-13-2021, 10:24
Replies:
2
[CSGO] Use team m_iClanID
Views:
370
Posted By
eyal282
Re: [CSGO] Use team m_iClanID
public Action:OnClientCommandKeyValues(client, KeyValues kv)
{
new String:SectionName[32];
if(KvGetSectionName(kv, SectionName, sizeof(SectionName)) && StrEqual(SectionName, "ClanTagChanged",...
Forum:
Plugins
01-12-2021, 05:42
Replies:
33
[ANY] BETA SQLite Bans V2.0
Views:
7,791
Posted By
eyal282
Re: [ANY] BETA SQLite Bans V2.0
I updated the plugin to get rid of (hopefully) every single error.
Even if the plugin feels fluid, send me a discord if you have even one error log from my plugin.
Forum:
Plugins
01-09-2021, 09:16
Replies:
766
[CS:GO] TTT - Trouble in Terrorist Town
Views:
231,181
Posted By
eyal282
Re: [CS:GO] TTT - Trouble in Terrorist Town
Does T tester in some maps work with your plugin? I always was curious how the maps can do it with some servers.
Forum:
Plugins
12-21-2020, 11:01
Replies:
33
[ANY] BETA SQLite Bans V2.0
Views:
7,791
Posted By
eyal282
Re: [ANY] BETA SQLite Bans V2.0
I need to get a serial for all generic function errors, this error can come from like 5 different queries.
Send me a discord this thursday evening so I can remember to do it:
Eyal282#1334
Forum:
Scripting
12-17-2020, 10:04
Replies:
15
[CS:GO] Force shoot & reload
Views:
1,830
Posted By
eyal282
Re: [CS:GO] Force shoot & reload
Try making the button pressed for more than one forward fire?
Forum:
Scripting
12-16-2020, 08:00
Replies:
15
[CS:GO] Force shoot & reload
Views:
1,830
Posted By
eyal282
Re: [CS:GO] Force shoot & reload
Idea:
1. In OnPlayerRunCmd, make the player attack when needed. In OnPlayerRunCmdPost make a variable that sees when the next shot can be fired. You cannot reload while unable to fire due to...
Forum:
Plugins
12-14-2020, 15:46
Replies:
24
[L4D2] Anti Safe Room Breach ( V1.3, 21/5/2017 )
Views:
9,219
Posted By
eyal282
Re: [L4D2] Anti Safe Room Breach ( V1.3, 21/5/2017 )
Get 3 comments that say this is better than mine and I will add it to the original thread ( PM me when it's done because I might not notice at first, or send a discord at Eyal282#1334 )
Forum:
Snippets and Tutorials
12-13-2020, 08:17
Replies:
2
[Tutorial] [CS:GO] How to make a gun silent
Views:
1,826
Posted By
eyal282
Re: [Tutorial] [CS:GO] How to make a gun silent
Very practical, sure I can live with that.
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
21:38
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Theme made by Freecode