Skip to content

Commit d88c8ed

Browse files
committed
update readme
1 parent 738c7ea commit d88c8ed

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

api/player-model/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Player Model API
33

4-
## Working With Models
4+
## 🧍Working With Models
55

66
To change player model use `PlayerModel_Set` and `PlayerModel_Update` natives.
77
`PlayerModel_Set` is using to set player model, calling `PlayerModel_Update` will force update model.
@@ -10,8 +10,7 @@ PlayerModel_Set(pPlayer, "player/model/vip/vip.mdl"); // set current player mode
1010
PlayerModel_Update(pPlayer); // force update player model
1111
```
1212
13-
14-
## Working With Animations
13+
## 🕺Working With Animations
1514
1615
The API supports loading custom animations, including additional weapon animations from separate files.
1716
@@ -33,8 +32,7 @@ set_ent_data(pPlayer, "CBaseMonster", "m_Activity", ACT_IDLE);
3332
rg_set_animation(pPlayer, PLAYER_IDLE);
3433
```
3534
36-
37-
## Making Animations File
35+
## 📄 Making Animations File
3836
3937
### Creating Animation Files
4038

0 commit comments

Comments
 (0)