Removal of Denizens?
-
The dvar is probably cheat protected and thus why he uses gsc to set it.
-
Xerxes Can you help me set that up? I don't know how to do 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?
-
Xerxes Can you help me set that up? I don't know how to do it.
Hey I know this forum is really old but did you ever find a solution to remove denizens?
-
Hey I know this forum is really old but did you ever find a solution to remove denizens?
Muddies It's the first answer
-
Muddies It's the first answer
chicken emoji Yeah but i dont know where to use the command.
-
chicken emoji Yeah but i dont know where to use the command.
Muddies in the console
-
Cahz said in Removal of Denizens?:
setDvar( "scr_screecher_ignore_player", 1 );
Thank you! Your help on these posts help alot!
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");
}