Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $14
Target: $400
3%
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:
micapat
Forum:
Extensions
11-22-2020, 18:33
Replies:
831
DHooks (Dynamic Hooks - Dev Preview)
Views:
458,544
Posted By
micapat
Re: DHooks (Dynamic Hooks - Dev Preview)
Oh ok, working now. Sweet :bee:.
Forum:
Extensions
11-22-2020, 18:25
Replies:
831
DHooks (Dynamic Hooks - Dev Preview)
Views:
458,544
Posted By
micapat
Re: DHooks (Dynamic Hooks - Dev Preview)
Hello,
DHookReturn seems to have an issue (SourceMod 1.10).
I'm doing something like:
public MRESReturn X(int pThis, DHookReturn dynamicHookReturn)
{
dynamicHookReturn.Value.set(3);
}
Forum:
Plugins
04-25-2020, 14:15
Replies:
1
[CS:GO] Strip on Spawn
Views:
782
Posted By
micapat
Re: [CS:GO] Strip on Spawn
"mp_equipment_reset_rounds" "1"
It should help to simplify your plugin.
Forum:
Plugin/Gameplay Ideas and Requests
09-11-2019, 17:32
Replies:
3
Solved
Zeus Knockback
Views:
1,104
Posted By
micapat
Re: Zeus Knockback
https://forums.alliedmods.net/showthread.php?t=292151
You just need to modify the configuration file ("weapon_taser").
Forum:
Plugin/Gameplay Ideas and Requests
08-29-2018, 16:05
Replies:
8
Simple Velocity (in u/s) Displayer!
Views:
1,255
Posted By
micapat
Re: Simple Velocity (in u/s) Displayer!
It's missing GetVectorLength() to get the velocity.
Forum:
Scripting
08-05-2018, 14:04
Replies:
3
Solved
Creating multiple HUDs
Views:
558
Posted By
micapat
Re: Creating multiple HUDs
The channel parameter is in ShowHudText (https://sm.alliedmods.net/new-api/halflife/ShowHudText).
Forum:
Scripting
08-02-2018, 15:58
Replies:
21
Solved
[CS:GO] give player X health every X seconds
Views:
1,496
Posted By
micapat
Re: [CS:GO] give player X health every X seconds
Maybe it's time to stop posting things that don't work.
Forum:
Plugins
07-31-2018, 16:12
Replies:
30
[CS:GO] Grenade Modes [Nademodes] (1.1.0 - 21/07/2018)
Views:
9,621
Posted By
micapat
Re: [CS:GO] Grenade Modes [Nademodes] (1.1.0 - 21/07/2018)
Added in the todolist (https://github.com/nyuufr/Grenade-Modes/issues/11).
Forum:
Scripting
07-31-2018, 14:19
Replies:
21
Solved
[CS:GO] give player X health every X seconds
Views:
1,496
Posted By
micapat
Re: [CS:GO] give player X health every X seconds
It would certainly be nice to check if the player is alive too :)
Forum:
Plugin/Gameplay Ideas and Requests
07-23-2018, 18:43
Replies:
5
Solved
CS:GO Player Health by 200 HP = round end
Views:
562
Posted By
micapat
Re: CS:GO Player Health by 200 HP = round end
Still needs some modifications but it should be a good start:
#include <sourcemod>
#include <sdktools>
#include <sdkhooks>
#include <cstrike>
#pragma semicolon 1
#pragma newdecls required
Forum:
Plugins
07-23-2018, 04:06
Replies:
54
[CS:GO] Futuristic Grenades (v1.3.4 4/16/2017)
Views:
22,258
Posted By
micapat
Re: [CS:GO] Futuristic Grenades (v1.3.4 4/16/2017)
Is it possible to create the effects in the event "decoy_started" instead of OnDecoyTouch ?
This would help to be compatible with nademodes.
Forum:
Plugins
07-22-2018, 18:20
Replies:
30
[CS:GO] Grenade Modes [Nademodes] (1.1.0 - 21/07/2018)
Views:
9,621
Posted By
micapat
Re: [CS:GO] Grenade Modes [Nademodes] (1.1.0 - 21/07/2018)
ok
Forum:
Plugins
07-21-2018, 17:04
Replies:
30
[CS:GO] Grenade Modes [Nademodes] (1.1.0 - 21/07/2018)
Views:
9,621
Posted By
micapat
Re: [CS:GO] Grenade Modes (Nademodes)
New modes like homing and satchel charge are planned in the future.
I hope too that some furien & wc3 servers will use this plugin, like in the good old days :wink:.
I will try to implement...
Forum:
Scripting
07-20-2018, 16:51
Replies:
11
Solved
Check if Vector is valid
Views:
1,168
Posted By
micapat
Re: Check if Vector is valid
Maybe you could show us how you're computing "fOrigin"?
Forum:
Scripting
07-18-2018, 18:50
Replies:
2
Solved
OnMapEnd() with "sm plugins unload"
Views:
608
Posted By
micapat
Re: OnMapEnd() with "sm plugins unload"
Indeed. I was wondering if it was the normal behavior, thanks.
Forum:
Scripting
07-18-2018, 17:52
Replies:
2
Solved
OnMapEnd() with "sm plugins unload"
Views:
608
Posted By
micapat
OnMapEnd() with "sm plugins unload"
Hi,
OnMapStart() is always called, even if the map has already started (Late loading).
Is there a reason why its counterpart OnMapEnd() isn't called when a plugin is unloaded by an admin (sm...
Forum:
Plugins
07-18-2018, 17:05
Replies:
82
[CSGO] Fortnite like damage showing [1.2.0]
Views:
33,307
Posted By
micapat
Re: [CSGO] Fortnite like damage showing
The effect is really cool, good job.
Forum:
Plugins
07-18-2018, 16:54
Replies:
30
[CS:GO] Grenade Modes [Nademodes] (1.1.0 - 21/07/2018)
Views:
9,621
Posted By
micapat
Re: [CS:GO] Grenade Modes (Nademodes)
I will think about something to make it harder to spot them, but I would like to avoid to totally remove the effects.
For example: a cvar to increase the time between 2 beacons for the proximity...
Forum:
Plugins
07-18-2018, 15:50
Replies:
30
[CS:GO] Grenade Modes [Nademodes] (1.1.0 - 21/07/2018)
Views:
9,621
Posted By
micapat
Re: [CS:GO] Grenade Modes (Nademodes)
1.
You can destroy enemy grenades by shooting on them. There're maybe a bug with the smokegrenade, it needs to be confirmed.
2.
Well I see the opposite: I think ppl don't want to set...
Forum:
Plugin/Gameplay Ideas and Requests
07-16-2018, 20:43
Replies:
16
[CSGO] Thanos mode
Views:
2,325
Posted By
micapat
Re: [CSGO] Thanos mode
Use FL_FROZEN to freeze a player instead of m_flMaxSpeed
Forum:
Plugin/Gameplay Ideas and Requests
07-16-2018, 20:12
Replies:
11
help with BlackHole
Views:
1,236
Posted By
micapat
Re: help with BlackHole
I never said that lol, it's more complicated that it looks.
The OP plugin can create 1 blackhole at a time. What he wants is N blackholes, created during the event "flashbang_detonate". It means...
Forum:
Plugins
07-16-2018, 18:39
Replies:
30
[CS:GO] Grenade Modes [Nademodes] (1.1.0 - 21/07/2018)
Views:
9,621
Posted By
micapat
Re: [CS:GO] Grenade Modes (Nademodes)
What doesn't work? Did you check the errors logs? What're your plugins (sm plugins list)?
I need more info, I don't have a zombie server to test.
Please be precise when you describe an issue, it...
Forum:
Plugin/Gameplay Ideas and Requests
07-16-2018, 13:46
Replies:
11
help with BlackHole
Views:
1,236
Posted By
micapat
Re: help with BlackHole
You know that there's already a plugin like yours, right?
https://forums.alliedmods.net/showthread.php?t=294494
Forum:
Plugin/Gameplay Ideas and Requests
07-16-2018, 08:40
Replies:
11
help with BlackHole
Views:
1,236
Posted By
micapat
Re: help with BlackHole
Hook the event flashbang detonate (https://wiki.alliedmods.net/Counter-Strike:_Global_Offensive_Events#flashbang_detonate).
Forum:
Plugin/Gameplay Ideas and Requests
07-16-2018, 08:11
Replies:
9
CS GO Respawn plugin
Views:
870
Posted By
micapat
Re: CS GO Respawn plugin
Better than using a timer.
float gl_flTimeLastCommand[MAX_PLAYERS + 1];
// ...
// In command callback:
float flGameTime = GetGameTime();
if (gl_flTimeLastCommand[iPlayer] +...
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:02
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Theme made by Freecode