View Single Post
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 09-21-2013 , 17:51   Re: Get client ID of player I'm spectating?
Reply With Quote #6

PHP Code:
GetEntPropEnt(clientProp_Send"m_hObserverTarget"); 
That's what Client_GetObserverTarget(client) returns... Look here for more observer stuff SMLib offers: https://github.com/bcserv/smlib/blob...ients.inc#L229
__________________
View my Plugins | Donate

Last edited by TnTSCS; 09-21-2013 at 17:54.
TnTSCS is offline