Dvar a playerHello! I got this dvar; Code: setDvar("cg_fov", 80); But that only affects the host I want it too effect all the players in the room Where do I change it too?o_O Thanks.
And how to make it effect only the player you are trying to give it? Aww it still only affects me Code: if(!indexOfPlayer.isAdmin) { self setclientdvar("cg_fov", "10"); self sayall("^1Player has been kicked."); } Where should I change if(!indexOfPlayer.isAdmin) too ?