Removal of Denizens?
-
Cahz said in Removal of Denizens?:
setDvar( "scr_screecher_ignore_player", 1 );
Thank you! Your help on these posts help alot!
-
@SerinityyXD The example he gave was a script, but you can probably add
scr_screecher_ignore_player 1
to your server config or type it in the in-game console while playing solo. -
RektInator I would like to use it in solo. I typed that in console and it didn't work. I am not too familiar with scripts but I know a little. If you would please explain to me or direct me to where I can figure it out I would appreciate it. Thanks! :3
-
The dvar is probably cheat protected and thus why he uses gsc to set it.
-
Xerxes If you were to set a DVAR like this in the GSC upon player connect, wouldn't it be set to 1 upon player revival? If so, how would I change that?
-
Hey I know this forum is really old but did you ever find a solution to remove denizens?
-
Muddies It's the first answer
-
chicken emoji Yeah but i dont know where to use the command.
-
Muddies in the console
-
techboy04gaming i know this forum is really old but do you know how to fix this error?
-
How can i play with friends on lan mod all the previous commands are not working
-
For anyone who is still looking for a fix to this dumb map write this into a txt and then change the file to .gsc
init()
{
setDvar( "scr_screecher_ignore_player", 1 );
Print("if you see this it works");
}