Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 24 of 24
Search took 0.01 seconds.
Search: Posts Made By: knifeeeee
Forum: Plugins 01-31-2023, 22:08
Replies: 93
Views: 45,522
Posted By knifeeeee
Re: [L4D & L4D2] Incapped Weapons Patch (1.24) [24-Jan-2023]

hey there is a little problem
L 02/01/2023 - 09:55:26: SourceMod error session started
L 02/01/2023 - 09:55:26: Info (map "c2m1_highway") (file...
Forum: Plugins 01-16-2023, 09:20
Replies: 1,106
Views: 435,761
Posted By knifeeeee
Re: [L4D & L4D2] Left 4 DHooks Direct (1.127) [07-Jan-2023]

Can you add this burning inventory?

bool IsPlayerOnFire(int client)
{
if(GetEntProp(client, Prop_Data, "m_fFlags") & FL_ONFIRE) return true;
else return false;
}

bool...
Forum: Plugins 01-04-2023, 22:26
Replies: 52
Views: 16,876
Posted By knifeeeee
Re: [L4D2]End Safearea Teleport

in map c14m2, teleported all players and players all dead ,we lost game
Forum: Plugins 01-02-2023, 04:33
Replies: 93
Views: 45,522
Posted By knifeeeee
Re: [L4D & L4D2] Incapped Weapons Patch (1.22) [24-Dec-2022]

still can use infinite Adrenaline incap ,but no Adrenaline effect, why? i just want people can use melee ,fire and guns
Forum: Plugins 12-18-2022, 23:14
Replies: 4
Views: 3,656
Posted By knifeeeee
Re: [L4D & L4D2] Screen Shake Effect - Tank Block (1.1) [26-Nov-2022]

i use that "sm_cvar z_tank_footstep_shake_duration 0"
Forum: Plugins 12-01-2022, 20:42
Replies: 416
Views: 274,837
Posted By knifeeeee
Re: [L4D & L4D2] Gear Transfer (2.27) [25-Aug-2022]

i have checked and it is indeed version 2.27
and i don't have the plugin about robot using defibrillators installed
i did get confiscated while using a defibrillator
Forum: Plugins 12-01-2022, 02:34
Replies: 416
Views: 274,837
Posted By knifeeeee
Re: [L4D & L4D2] Gear Transfer (2.27) [25-Aug-2022]

hey,i found a problem
if I'm using a defibrillator and a computer guy walks by, my defibrillator is "confiscated"
this is very confusing
Forum: Plugins 10-14-2022, 20:54
Replies: 1,106
Views: 435,761
Posted By knifeeeee
Re: [L4D & L4D2] Left 4 DHooks Direct (1.118) [03-Oct-2022]

well ,i will use this sig int attacker = L4D2_GetInfectedAttacker(client);
if(attacker > 0 && IsClientInGame(attacker) && IsPlayerAlive(attacker))
{...
Forum: Plugins 10-14-2022, 08:38
Replies: 1,106
Views: 435,761
Posted By knifeeeee
Re: [L4D & L4D2] Left 4 DHooks Direct (1.118) [03-Oct-2022]

well, I also want to add this signature.
/* CTerrorPlayer::CleanupPlayerState(void) */
"CTerrorPlayer::CleanupPlayerState"
{
"library" "server"...
Forum: Plugins 10-14-2022, 03:05
Replies: 1,106
Views: 435,761
Posted By knifeeeee
Re: [L4D & L4D2] Left 4 DHooks Direct (1.118) [03-Oct-2022]

Silver, can you add inventory to clean up the state of using Gatlin machine guns?
We destroyed our teammate's miniguns, which made him unable to move and maintain his driving posture.

like this :...
Forum: Plugins 08-30-2022, 09:53
Replies: 1,106
Views: 435,761
Posted By knifeeeee
Re: [L4D & L4D2] Left 4 DHooks Direct (1.113) [16-Aug-2022]

"CTerrorPlayer::GoAwayFromKeyboard"
{
"library" "server"
"linux" "@_ZN13CTerrorPlayer18GoAwayFromKeyboardEv"...
Forum: General 08-13-2022, 07:28
Replies: 9
Views: 1,677
Posted By knifeeeee
Forum: General 08-13-2022, 01:36
Replies: 9
Views: 1,677
Posted By knifeeeee
Re: [l4d2]help me with ZombieBotVision Error

I didn't find any plugin that caused the crash, but Harry Potter reminded me, so I deleted all of my 8-player plugins and used the Harry Potter configuration
Forum: General 08-13-2022, 01:32
Replies: 9
Views: 1,677
Posted By knifeeeee
Re: [l4d2]help me with ZombieBotVision Error

I mean, even if the player comes back to life, his body still exists, but you can't shock it, because the shock removes the body immediately

I have loaded your 8-person plug-in configuration and...
Forum: General 08-10-2022, 23:03
Replies: 9
Views: 1,677
Posted By knifeeeee
Forum: Plugins 08-07-2022, 21:21
Replies: 149
Views: 49,402
Posted By knifeeeee
Re: [L4D & L4D2] Target Override (2.17) [30-Jul-2022]

DirectorOptions <-
{
SpecialInfectedAssault = 1
cm_AggressiveSpecials = 1
}

Does it affect plug-in performance or conflicts,I use this in coop.nut

At the same time, I found that sometimes...
Forum: Plugins 08-07-2022, 21:19
Replies: 257
Views: 230,541
Posted By knifeeeee
Re: [L4D2] Incapped Crawling with Animation (2.6) [10-May-2020]

//// l4d2_incapped_crawling.sp
//
// l4d2_incapped_crawling.sp(551) : warning 242: function "TimerRoundStart" should return an explicit value
// l4d2_incapped_crawling.sp(607) : warning 242:...
Forum: Plugins 08-07-2022, 21:14
Replies: 281
Views: 124,508
Posted By knifeeeee
Re: [L4D & L4D2] Mission and Weapons - Info Editor (1.12) [01-Oct-2020]

//// l4d_info_editor.sp
//
// l4d_info_editor.sp(167) : warning 209: function has explicit 'int' tag but does not return a value
// l4d_info_editor.sp(167) : warning 209: function has explicit...
Forum: Plugins 08-06-2022, 09:58
Replies: 12
Views: 8,276
Posted By knifeeeee
Re: [L4D2] Weapon Drop Glow Fix [v1.0.3 | 25-December-2021]

void GlowItem(int entity)
{
SetEntProp(entity, Prop_Send, "m_iGlowType", 3);
int R=GetRandomInt(0, 255);
int G=GetRandomInt(0, 255);
int B=GetRandomInt(0, 255);
...
Forum: General 08-06-2022, 08:18
Replies: 9
Views: 1,677
Posted By knifeeeee
[l4d2]help me with ZombieBotVision Error

Can anyone help me, it crashed my server, I have 160+ plugins, it seems impossible to eliminate them by plugins, since the crash happened at 1 hour and 5 hours after I played


0 0xb63ab68...
Forum: Plugins 08-06-2022, 08:12
Replies: 10
Views: 6,469
Posted By knifeeeee
Re: [L4D & L4D2] Self Revive Revamped

Is there a way for the ai computer to save itself? I mean, most of the time the computer gets swallowed up by monsters
Forum: Plugins 08-06-2022, 08:09
Replies: 32
Views: 8,316
Posted By knifeeeee
Re: [L4D] Survivor Spawn Position Fix

Can a witch lay eggs without getting stuck? At the beginning of each chapter, I see the console trying to spawn witches and failing
Forum: Plugins 08-06-2022, 08:07
Replies: 281
Views: 124,508
Posted By knifeeeee
Re: [L4D & L4D2] Mission and Weapons - Info Editor (1.12) [01-Oct-2020]

Hello, can I use this configuration to make a hand-held double gun into a hand-held Magnum, sounds feasible, but I don't know how
Forum: Plugins 08-06-2022, 08:04
Replies: 12
Views: 8,276
Posted By knifeeeee
Re: [L4D2] Weapon Drop Glow Fix [v1.0.3 | 25-December-2021]

It seems that sometimes, the aperture of the object is still lost, can you update it
Showing results 1 to 24 of 24

 
Forum Jump

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


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