Page 1 of 1

gsc

Posted: October 31st, 2008, 2:19 am
by zipperdude
Is there a way to put stuff like gravity and fall damage into a gsc?

Re: gsc

Posted: October 31st, 2008, 8:03 am
by JDogg

Code: Select all

setcvar("g_gravity", 100);
I think.. :P, as for fall damage, if thats a cvar then the above code should work.