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

Solved Number of zombies in the final


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Gold Fish
Senior Member
Join Date: Mar 2020
Old 02-11-2022 , 04:51   Number of zombies in the final
Reply With Quote #1

The problem is solved, all CVAR work as it should.
__________________
-

PHP Code:
public OnClientConnect(int Client) {
    
KickClient(Client"sorry");


Last edited by Gold Fish; 02-11-2022 at 19:21. Reason: solved
Gold Fish is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 02-11-2022 , 15:47   Re: Number of zombies in the final
Reply With Quote #2

if running L4D2

Some cvar configs are replaced by director vscript,

Search for vscript in the forum you may find some stuff.

Example of vscript here:
https://github.com/jacob404/Official...ert_finale.nut

PHP Code:
PanicOptions <-
{
    
CommonLimit 25

You can replace that with Left 4 DHooks using

PHP Code:
// L4D2 only. A script value is map specific
forward Action L4D_OnGetScriptValueInt(const char[] keyint &retVal); 
__________________

Last edited by Marttt; 02-11-2022 at 15:51.
Marttt is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:12.


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