AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   [CS:GO] point_dz_dronegun - set team (https://forums.alliedmods.net/showthread.php?t=327895)

Qes 10-15-2020 14:55

[CS:GO] point_dz_dronegun - set team
 
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)

FroGeX 01-23-2021 05:32

Re: [CS:GO] point_dz_dronegun - set team
 
On entity point_dz_dronegun you can not set team restriction, you must create dronegun entity.


All times are GMT -4. The time now is 20:26.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.