Posted by CogKing on January 29, 1998 at 14:10:35:
In Reply to: Yeah, we need your help, cogking! posted by Raptor [JiB] on January 29, 1998 at 12:08:32:
> > Probably that wont work. any suggestions, CogKing? :P
Try :
player=GetLocalPlayerThing();
ClearPhysicsFlags(player, 0x1);
SetPhysicsFlags(player, 0x2002);
Not too sure tho, didn't try it...
-CogKing