View Single Post
Author Message
Qes
AlliedModders Donor
Join Date: Jul 2014
Old 10-15-2020 , 14:55   [CS:GO] point_dz_dronegun - set team
Reply With Quote #1

Hello
I have problem with set team for ent point_dz_dronegun.

SetEntPropEnt(iEntity, Prop_Send, "m_iTeamNum", <team>); - doesnt work (Dronegun attacks the owner and all players)
SetEntPropEnt(iEntity, Prop_Data, "m_pParent", iClient); - doesnt work (Dronegun attacks the owner and all players)
SetEntPropEnt(iEntity, Prop_Send, "m_hOwnerEntity", iClient); - doesnt work (Dronegun attacks the owner and all players)

Last edited by Qes; 10-15-2020 at 14:55.
Qes is offline