View Single Post
  #5  
Old 11-16-2018, 05:42 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

I think your original problem was that you were trying to call a client function off of an entity/mob object.

You would either need to pull the client pointer from entity list or cast e to client - after an IsClient() check.

I could be wrong...
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote