Posts by ^2Ricon
11 posts total, newest first.
[mApex²] A Garry's Mod Hack by Mythikin Garry's Mod Hacks & Cheats - [QUOTE=Miky100;9007748]u dont get VAC ban only a server ban just dont use it on a server u like[/QUOTE]
VAC ? Nice joke. But in that case, you're gonna get GAC Banned if you used Cheat Engine.[C++] Need help for Setting Flags on a ConVarin Garry's Mod Discussions & Help - [QUOTE=MeepDarknessMeep;9007032]It is because of something with FCVAR_NEVER_AS_STRING[/QUOTE]
Thank you, it worked :3[C++] Need help for Setting Flags on a ConVarin Garry's Mod Discussions & Help - [QUOTE=MeepDarknessMeep;9004124]you have to register the convar by doing ICVar->RegisterConCommand(convar_test). remember to add a callback, because if you don't it usually crashes. also one more tip, use ConVar* convar_[C++] Need help for Setting Flags on a ConVarin Garry's Mod Discussions & Help - [QUOTE=MeepDarknessMeep;9003921]More info about what the problem is? Btw use FCVAR_NOTIFY|FCVAR_REPLICATED not FCVAR_NOTIFY && FCVAR_REPLICATED[/QUOTE]
The Problem was from && but using | instread fixed it, thanks ! :D
[C++] Need help for Setting Flags on a ConVarin Garry's Mod Discussions & Help - Hello everyone, I was trying to set flags on a ConVar but for some strange reasons, it doesn't work.
I tried this:
- sv_allowcslua->m_nFlags = FCVAR_NOTIFY && FCVAR_REPLICATED;
- sv_allowcslua->AddFlags (FCVAR_NOT
Showing the 5 most recent posts.