mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 20:03:21 +00:00
Update plugins
This commit is contained in:
parent
8437b030c0
commit
46444c8693
16 changed files with 126 additions and 58 deletions
|
@ -327,7 +327,8 @@ public Action Command_ManageWalls(int client, int args) {
|
|||
if(id == -1) return Plugin_Handled;
|
||||
int entity = GetWallEntity(id);
|
||||
GetEntPropVector(entity, Prop_Send, "m_vecOrigin", origin);
|
||||
GetEntPropVector(entity, Prop_Send, "m_vecAngles", angles);
|
||||
if(HasEntProp(entity, Prop_Send, "m_vecAngles"))
|
||||
GetEntPropVector(entity, Prop_Send, "m_vecAngles", angles);
|
||||
GetEntPropVector(entity, Prop_Send, "m_vecMaxs", size);
|
||||
Export(client, arg2, entity, origin, angles, size);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue