Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 38
Search took 0.00 seconds.
Search: Posts Made By: tiphong
Forum: Plugin/Gameplay Ideas and Requests 10-02-2023, 14:58
Replies: 0
Views: 663
Posted By tiphong
[L4D2] Zonemod plugin in regular versus

hi all, I have come across this very interesting plugin https://github.com/SirPlease/L4D2-Competitive-Rework/blob/master/addons/sourcemod/scripting/l4d2_hybrid_scoremod.sp

I load it onto my server...
Forum: Source Servers (SRCDS) 09-02-2023, 04:35
Replies: 0
Views: 884
Posted By tiphong
[L4D2] crash a few seconds after map start

hi all, sometimes I get a crash after a new map starts and the server will crash then reset (like if clicking Restart Server). i am using 16 slots in my server but the server will show as Full after...
Forum: General 08-28-2023, 06:36
Replies: 1
Views: 816
Posted By tiphong
Re: [L4D2] crashes on c7m3_port only

I have found the reason why, I am using the c7m3_port.cfg Stripper from https://github.com/Derpduck/L4D2-Comp-Stripper-Rework which uses custom scripts ( like not having to sacrifice someone at the...
Forum: General 08-26-2023, 19:53
Replies: 1
Views: 816
Posted By tiphong
[L4D2] crashes on c7m3_port only

hi I have a strange issue with my custom server, when the survivors escape at c7m3_port, the server will freeze and crash. no crash log or errors but in the console log, it will spam random bot...
Forum: General 07-31-2023, 22:48
Replies: 3
Views: 1,703
Posted By tiphong
Forum: Plugins 07-31-2023, 06:41
Replies: 143
Views: 129,998
Posted By tiphong
Re: [L4D2] Player Switch Menu and Team Panel v1.2.1

Nice plugin, but I was wondering how can I safely add a timer to when someone goes to Spectators team, to prevent the abuse like people use afk on infected to die quicker or reduce timer?
Forum: General 07-30-2023, 21:47
Replies: 3
Views: 1,703
Posted By tiphong
[L4D2] High player count network settings

Hi, I have a 8vs8 server. I am a little confused about the rate setting as there are many option. It is 100 tick and the tickrate usually fluctuates quite a lot, especially during moments of a lot of...
Forum: General 07-12-2023, 07:35
Replies: 9
Views: 1,350
Posted By tiphong
Re: [L4D2] how to check for the latest joined player

thank you, i did not know, my original code was the same as HarryPotter's but I was checking if(fMax <= g_fConnectInServer[player]) i am guessing the <= operator is why it was returning console? i...
Forum: General 07-12-2023, 07:27
Replies: 9
Views: 1,350
Posted By tiphong
Re: [L4D2] how to check for the latest joined player

very thanks!! this has made things a lot clearer :)
Forum: General 07-11-2023, 01:35
Replies: 9
Views: 1,350
Posted By tiphong
Re: [L4D2] how to check for the latest joined player

hi, when trying to return this variable, it seems to return "Console" which is not a player, i am not sure why that is, what is the proper usage to find the earliest player in g_fConnectInServer[]? i...
Forum: Plugins 07-10-2023, 07:20
Replies: 36
Views: 12,591
Posted By tiphong
Re: [L4D2] myGaming's Ultimate Karma Kill Plugin [V3.9 2022/06/12]

From here https://forums.alliedmods.net/showthread.php?p=877927
Forum: General 07-07-2023, 18:14
Replies: 9
Views: 1,350
Posted By tiphong
Re: [L4D2] how to check for the latest joined player

yes sorry maybe i write post wrong but i was just wondering if there was better method to save/check gametime of client
Forum: General 07-07-2023, 18:12
Replies: 9
Views: 1,350
Posted By tiphong
Forum: General 07-07-2023, 00:35
Replies: 9
Views: 1,350
Posted By tiphong
[L4D2] how to check for the latest joined player

hi , i am currently trying to find out out of everyone in the server who is the latest connected player (i.e, the person with the least concurrent playtime in server, the person who has just joined...
Forum: General 07-01-2023, 08:40
Replies: 4
Views: 1,100
Posted By tiphong
Re: [L4D2] confused about reserved slots / slot reservation

i think there is a problem in the plugin with how the flags for players are checked, non-vips were able to use this reserved slot as well vip players and so the server end up 13/12 . sorry if im...
Forum: General 06-30-2023, 22:56
Replies: 4
Views: 1,100
Posted By tiphong
Re: [L4D2] confused about reserved slots / slot reservation

thanks for this, however it doesnt seem to be working. when server full, an admin or just vip join but it doesnt kick anyone and he is just in the spectator (so 13/12) as both teams are full. did i...
Forum: General 06-29-2023, 14:36
Replies: 4
Views: 1,100
Posted By tiphong
[L4D2] confused about reserved slots / slot reservation

hi my english is not great and I often use translator to translate the documentation of things. i am trying to setup slot reservation in my 6vs6 server for vips and admins and i would like it to be...
Forum: Plugins 06-15-2023, 19:59
Replies: 34
Views: 11,772
Posted By tiphong
Re: [L4D2] Door Lock With Ready Up Mode - v2.3 | June 11, 2023

yes it seems to be like that, it seemed to only detect 4 players loading in (vanilla amount) then sometimes started the round countdown early, thanks for the quick update! i will try it out :)
Forum: Plugins 06-15-2023, 05:10
Replies: 34
Views: 11,772
Posted By tiphong
Re: [L4D2] Door Lock With Ready Up Mode - v2.3 | June 11, 2023

hi there, I like this plugin very much :D , however when using this with superversus or any similar plugin that adds 4+ survivors, the round countdown sometimes starts when not all players have...
Forum: General 06-13-2023, 20:18
Replies: 6
Views: 1,253
Posted By tiphong
Re: [l4d2] how to prevent auto team shuffling

just tested and setting mp_autoteambalance to 0 and mp_teams_unbalance_limit to 1 seems to work but not 100% confirmed, but setting both to 0 causes some swapping sometimes, lol probably an issue by...
Forum: General 06-13-2023, 17:41
Replies: 6
Views: 1,253
Posted By tiphong
Re: [l4d2] how to prevent auto team shuffling

i was using this plugin and it was perfect apart from however there's a weird bug, sometimes on the new map it will constantly swap some players around, i was thinking to disable team switching until...
Forum: General 06-13-2023, 17:27
Replies: 6
Views: 1,253
Posted By tiphong
Re: [l4d2] how to prevent auto team shuffling

using a dedicated server, i set the cvars in server.cfg

sm_cvar mp_autoteambalance x
sm_cvar mp_teams_unbalance_limit x

I tried mp_teams_unbalance_limit 32 but i was swapped on the first map...
Forum: General 06-13-2023, 02:41
Replies: 6
Views: 1,253
Posted By tiphong
[l4d2] how to prevent auto team shuffling

hi I have a versus server and I have a problem in it on new map change, sometimes people will be swapped around, not every time but sometimes 1, 2 or more players will be swapped around.

Things I...
Forum: General 06-08-2023, 22:12
Replies: 0
Views: 445
Posted By tiphong
[L4D2] crashing server (accelerator report)

https://crash.limetech.org/2tzideixkpnn
hello guys, I need some help as I do not understand any of this, my server has crashed few times but only this report was reported so i thought that it would...
Forum: Plugins 06-08-2023, 03:08
Replies: 39
Views: 27,957
Posted By tiphong
Re: [L4D2] Proper Changelevel [Left 4 Fix] [17/11/2019]

hi Lux, i seem to have a problem while using this plugin (i am not 100% sure it is caused by this). since using this plugin, sometimes on map change while loading the new map, the server will freeze...
Showing results 1 to 25 of 38

 
Forum Jump

All times are GMT -4. The time now is 13:14.


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