AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Solved use one model (https://forums.alliedmods.net/showthread.php?t=346193)

amirwolf 02-13-2024 08:00

use one model
 
Hello
In my servers, I saw that they use one model to set the weapon and player models
Is there a tutorial to use it?
https://s8.uupload.ir/files/333_mxux.png

metal_upa 02-13-2024 08:59

Re: use one model
 
After model changed use these:
- set_pev(iPlayer, pev_body, iBody) -- to set body group
- set_pev(iPlayer, pev_skin, iSkin) -- to set model skin

amirwolf 02-13-2024 11:38

Re: use one model
 
Are there other methods?

mlibre 02-13-2024 11:41

Re: use one model
 
PHP Code:

entity_set_int(idEV_INT_skinnumber


amirwolf 02-13-2024 11:56

Re: use one model
 
Thanks


All times are GMT -4. The time now is 10:15.

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