> all you would need to do is add that to your mod, dll etc and then you
could
> call the function
> like this.
>
> FakeClientCommand(pEdict, "sv_gravity", "0", NULL);
>
> Any way hope it helps. also dont thank me, cause its botmans code. Good
> Luck!
This won't do it. He wants to change the gravity, friction, etc. JUST for
that one player, not change the server settings. Changing the server
settings would be easiest using SERVER_COMMAND("sv_gravity 0.5\n");
Changing the individual player settings would involve modifying the physics
code that runs on the client (and server?). Search the pm_shared source
code for stuff that effects gravity, friction, etc.
Jeffrey "botman" Broome
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders