Change model (other way)
Hi, so I was wondering is it possible to change player model when he spawns, I mean like hook FM_SetModel pre post and change model info, that when FM_SetModel post is being executed, it would change model to one that I want. Maybe this way the server wouldn't crash so often :/
|
Re: Change model (other way)
dumb answer, that's not what I'm asking.
|
Re: Change model (other way)
of course.for example:if you want to change player model into another model that is "models/player/new/new.mdl"
cs_set_user_model(id, "new") set_pev(id,pev_model,"models/player/new/new.mdl") |
Re: Change model (other way)
or
PHP Code:
|
Re: Change model (other way)
Quote:
|
Re: Change model (other way)
Add some delay when changing model.
Its bad too change all players model in once ( in same frame... ), use set_task or something... |
| All times are GMT -4. The time now is 06:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.