View Single Post
Re: Executing command on other clients?
Old
  (#12)
Lazy
Member
 
Lazy's Avatar
 
Status: Offline
Posts: 236
Join Date: Jan 2004
Location: Toronto, Ontario, Canada
Default Re: Executing command on other clients? - 20-04-2004

Just a quick note:

You shouldn't use INDEXENT in a function call like that, a better way is to assign the result to an edict_t pointer and test it with FNullEnt and then call the function.
  
Reply With Quote