mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 11:43:22 +00:00
Update plugins
This commit is contained in:
parent
8437b030c0
commit
46444c8693
16 changed files with 126 additions and 58 deletions
|
@ -934,4 +934,4 @@ stock void CalculateWorldPosition(int entity, float pos[3]) {
|
|||
pos[0] = pos[0] + (mins[0] + maxs[0]) * 0.5;
|
||||
pos[1] = pos[1] + (mins[1] + maxs[1]) * 0.5;
|
||||
pos[2] = pos[2] + (mins[2] + maxs[2]) * 0.5;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue