I need to put information from convar here
self.Weapon:SetNWString( "AdjustMouseSensitivity", [HERE])
self.Weapon:SetNWString( "AdjustMouseSensitivity", GetConVar( "ads_sens" ) )
this is not working
What exacly does GetCoNVar("ads_sense") return?
and in what form?
GetConVar returns a ConVar, not any primitive data types.
so basically you need to convert it into a integer if you need a int
Category, there you can see all the functions for retrieving whatever value it may hold. The wiki is a great place
I solve this proplem, but i still have this problem Custom aiming sensitivity
Sorry, you need to Log In to post a reply to this thread.