Removal of Denizens?
-
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");
}