Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 7053095

Browse files
committed
Merge branch 'master' of https://github.com/NomisCZ/Arms-Fix
2 parents e2deaea + 5df0cf0 commit 7053095

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# -N- Arms Fix
22

33
## Last updates:
4+
**Update 2.0 (SOON):**
5+
+ New arms fix method, supports all maps
6+
7+
**Update 1.6.1 (19.1. 2019):**
8+
+ Fix possible memory leak - Thanks Bara (https://github.com/Bara)
9+
10+
**Update 1.6 (8.8. 2017):**
11+
+ New native: ArmsFix_RefreshView - refresh player view
12+
+ Replace CS_UpdateClientModel with RefreshView
13+
414
**Update 1.5.5 (11.6. 2017):**
515
+ New native: ArmsFix_SetDefaultArms - force sets default arms
616
+ New cvar: sm_arms_fix_autospawn - Enable/disable auto spawn fix - You can manually use plugin natives in your plugin.
@@ -22,17 +32,7 @@
2232
**Update 1.0:**
2333
+ Init version
2434
+ SM Skinchooser support
25-
26-
## Compatible plugins:
27-
35+
2836
------------------
2937

3038
## FAQ:
31-
**1. Why do I see overlaps arms/gloves in spect OR after maximizing game?**
32-
33-
- Use version >= 1.5.5 and set **sm_arms_fix_autospawn "0"**
34-
- Call manually **ArmsFix_SetDefaults(client)** function before you set player arms in own plugin - see skin_changer.sp example in examples.
35-
36-
**2. Are all plugins supported?**
37-
38-
- :white_check_mark: Yes, but the plugin **MUST** use our API in order to gain this plugin's functionality. This is up to the developer of each plugin to implement.

0 commit comments

Comments
 (0)