Need help for setup console command
-
Hi, I am trying to learn coding on BO2, to make my settings automatically, could someone tell me where is the error in this? in order to be able to the IG setup
init()
{self setClientDvar("r_dof_enable", 0); self setClientDvar("r_lodBiasRigid", -1000); self setClientDvar("r_lodBiasSkinned", -1000); self setClientDvar("r_lodScaleRigid", 1); self setClientDvar("r_lodScaleSkinned", 1); self useservervisionset(1); self setvisionsetforplayer("remote_mortar_enhanced", 0);
}
-
Hi, I am trying to learn coding on BO2, to make my settings automatically, could someone tell me where is the error in this? in order to be able to the IG setup
init()
{self setClientDvar("r_dof_enable", 0); self setClientDvar("r_lodBiasRigid", -1000); self setClientDvar("r_lodBiasSkinned", -1000); self setClientDvar("r_lodScaleRigid", 1); self setClientDvar("r_lodScaleSkinned", 1); self useservervisionset(1); self setvisionsetforplayer("remote_mortar_enhanced", 0);
}
Naomi_ Did you compile it? Also scripts don't work in public servers so if you're trying to load into a server even if you compile it, it won't work.
-
Yep i have the compiler.exe !
-
Naomi_ Are you getting an error like "Bad Syntax At Line 1" or something?
-
This post is deleted!
-
Naomi_ Are you getting an error like "Bad Syntax At Line 1" or something?
@SerinityyXD no, is just didn't work ig
So i want to know what i need to do for making this working -
@SerinityyXD no, is just didn't work ig
So i want to know what i need to do for making this workingNaomi_ Scripts won't work if you go to a public server, they only work in custom games