Post: Help setClientDvar
11-09-2012, 01:39 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Any use that in my mod dvars freeze the game.
Before I thought that some of them did not work, but left only one and continues to freeze the game.
Example:
    doDvars()
{
self setClientDvar("player_sprintUnlimited", 1);
self iPrintln( "All Infections: ^2Enabled" );
}


The rest of the mod is working properly including the menu:

What is the problem setClientDvar?
(adsbygoogle = window.adsbygoogle || []).push({});
03-27-2015, 07:11 PM #2
DrHackHD
Bounty hunter
self setClientDvar bwcome setClientDvar
04-03-2015, 09:01 PM #3
Originally posted by akakecendo View Post
Any use that in my mod dvars freeze the game.
Before I thought that some of them did not work, but left only one and continues to freeze the game.
Example:
    doDvars()
{
self setClientDvar("player_sprintUnlimited", 1);
self iPrintln( "All Infections: ^2Enabled" );
}


The rest of the mod is working properly including the menu:

What is the problem setClientDvar?


use


setDvar("player_sprintUnlimited", 1);

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo