On Wed, Jun 2, 2010 at 11:25 PM, Brandon Tanner <[email protected]> wrote: > SV_ExecuteClientCommand(cl, "team spectator", qtrue); > > where cl is the pointer to the client_t of the client I want to move > to spec, but I was wondering what the third parameter is for? It > expects a boolean value. When I pass false to it, the command > basically just doesn't work. So wondering what that is for?
It's "clientOk" and if it's false nothing happens. See SV_ClientCommand where clientOk is determined. Not sure where else it's called from. -- |ALPHA| Mad Professor <[email protected]> http://www.urtalphaclan.com/ <><><> Home of El Guapo! _______________________________________________ ioquake3 mailing list [email protected] http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org By sending this message I agree to love ioquake3 and libsdl.
